From 2884819f15a00691441fc26cc1e25cc6fd5bc7af Mon Sep 17 00:00:00 2001 From: Ice Date: Mon, 29 Sep 2008 00:43:28 +0000 Subject: [PATCH] --- root/portal/block/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/block/news.php b/root/portal/block/news.php index a9a147db..0465a4a9 100644 --- a/root/portal/block/news.php +++ b/root/portal/block/news.php @@ -300,7 +300,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_LATEST_POST'), 'GOTO_PAGE_IMG' => $user->img('icon_post_target', 'GOTO_PAGE'), - 'S_NEWEST_OR_FIRST => ( $portal_config['portal_news_show_last'] ) ? $user->lang['JUMP_NEWEST'] : $user->lang['JUMP_FIRST'], + 'S_NEWEST_OR_FIRST' => ( $portal_config['portal_news_show_last'] ) ? $user->lang['JUMP_NEWEST'] : $user->lang['JUMP_FIRST'], 'POSTED_BY_TEXT' => ( $portal_config['portal_news_show_last'] ) ? $user->lang['LAST_POST'] : $user->lang['POSTED'], 'S_DISPLAY_NEWS' => true, 'S_DISPLAY_NEWS_RVS' => ( $portal_config['portal_show_news_replies_views'] ) ? true : false,