From 9132f6a27d8f26bfbf333a3d6d36361d1e0a2fa3 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Thu, 16 Aug 2012 01:13:16 -0400 Subject: saves and shows datetime of items --- templates/part.items.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/part.items.php') diff --git a/templates/part.items.php b/templates/part.items.php index 399274e30..16b7d5b67 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -43,6 +43,9 @@ foreach($items as $item) { echo '

' . $item->getTitle() . '

'; echo '

' . $l->t('from') . ' ' . parse_url($item->getUrl(), PHP_URL_HOST) . '

'; + + echo '

' . '

'; echo '
' . $item->getBody() . '
'; -- cgit v1.2.3