From af0f622a0eb29d670276b98ed7439bb7ded0f600 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 10 Dec 2001 01:19:12 +0000 Subject: Updates putting back something I took away, slapped hands for me git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'phpBB/index.php') diff --git a/phpBB/index.php b/phpBB/index.php index b19839314c..c722676d02 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -238,13 +238,7 @@ if($total_categories = $db->sql_numrows($q_categories)) "L_FORUM_LOCKED" => $lang['Forum_is_locked'], "L_MARK_FORUMS_READ" => $lang['Mark_all_forums'], - "L_SEARCH_NEW" => $lang['Search_new'], - "L_SEARCH_UNANSWERED" => $lang['Search_unanswered'], - "L_SEARCH_SELF" => $lang['Search_your_posts'], - "U_SEARCH_UNANSWERED" => append_sid("search.".$phpEx."?search_id=unanswered"), - "U_SEARCH_SELF" => append_sid("search.".$phpEx."?search_id=egosearch"), - "U_SEARCH_NEW" => append_sid("search.$phpEx?search_id=newposts"), "U_MARK_READ" => append_sid("index.$phpEx?mark=forums")) ); -- cgit v1.2.1