From a7f7f04052ded38c94e15a4e94645f6ab2b39941 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sun, 28 Oct 2012 10:57:35 -0400 Subject: sharing items in the News app --- templates/part.items.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/part.items.php') diff --git a/templates/part.items.php b/templates/part.items.php index 70bdb4022..58c7459da 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -51,11 +51,15 @@ foreach($items as $item) { echo '
' . $item->getBody() . '
'; + echo '
'; + echo '
'; - echo '
    '; + echo '
      '; echo '
    • ' . $l->t('Keep unread') . '
    • '; echo '
    '; echo '
'; + echo ''; -- cgit v1.2.3