Two times "VIEW_NEWEST_POST" doesn't make no sense. We need "VIEW_LATEST_POST" for the #unread icon too. Thanks Mike!

This commit is contained in:
Kevin
2008-08-30 09:57:10 +00:00
parent 71ffe90767
commit 75960d803a
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ else
$template->assign_vars(array(
'NEWEST_POST_IMG' => $user->img('icon_topic_newest', 'VIEW_NEWEST_POST'),
'READ_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_NEWEST_POST'),
'READ_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
'GOTO_PAGE_IMG' => $user->img('icon_post_target', 'GOTO_PAGE'),
'S_DISPLAY_ANNOUNCEMENTS' => true,
'S_DISPLAY_ANNOUNCEMENTS_RVS' => ( $portal_config['portal_show_announcements_replies_views'] ) ? true : false,