From 875a52e6da890a5c19ebe961941e3e77dee820f9 Mon Sep 17 00:00:00 2001 From: Arslan Hassan Date: Sun, 6 Jan 2013 23:25:17 +0000 Subject: [PATCH] Fixed : Time for notifications and feed Altered : time column to time_added column --- .../cbv3/layout/blocks/notifications/notification_block.html | 2 +- upload/styles/cbv3/layout/blocks/single_feed.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/styles/cbv3/layout/blocks/notifications/notification_block.html b/upload/styles/cbv3/layout/blocks/notifications/notification_block.html index 74528b78..e6fd6e95 100644 --- a/upload/styles/cbv3/layout/blocks/notifications/notification_block.html +++ b/upload/styles/cbv3/layout/blocks/notifications/notification_block.html @@ -4,7 +4,7 @@
{$notification.phrase}
- {what_time($notification.time)} + {what_time($notification.time_added)}
diff --git a/upload/styles/cbv3/layout/blocks/single_feed.html b/upload/styles/cbv3/layout/blocks/single_feed.html index 7f5d7768..98650494 100644 --- a/upload/styles/cbv3/layout/blocks/single_feed.html +++ b/upload/styles/cbv3/layout/blocks/single_feed.html @@ -6,7 +6,7 @@ {name($feed.user)} -
{what_time($feed.time)}
+
{what_time($feed.time_added)}