Folder images and topic icons - part II (subsilver2)

This commit is contained in:
Kevin
2008-08-16 20:23:35 +00:00
parent 0afc55d5ab
commit ebea163f1f
8 changed files with 81 additions and 45 deletions

View File

@@ -22,6 +22,7 @@ $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'),
'GOTO_PAGE_IMG' => $user->img('icon_post_target', 'GOTO_PAGE'),
'S_DISPLAY_NEWS' => true,
'S_DISPLAY_ANNOUNCEMENTS' => true,
));