aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 01:19:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-10 01:19:12 +0000
commitaf0f622a0eb29d670276b98ed7439bb7ded0f600 (patch)
tree7d671f097aebd302562c1755dadcbf1e0e8eece5 /phpBB/includes
parent35ad2b4be637da54ed43e0705e562b46da18dac8 (diff)
downloadforums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar
forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.gz
forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.bz2
forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.xz
forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.zip
Updates putting back something I took away, slapped hands for me
git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/page_header.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 910e9bb04d..b93eee0f5c 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -292,9 +292,14 @@ $template->assign_vars(array(
"L_AUTO_LOGIN" => $lang['Log_me_in'],
"L_AUTHOR" => $lang['Author'],
"L_MESSAGE" => $lang['Message'],
- "L_BY" => $lang['by'],
"L_LOGIN_LOGOUT" => $l_login_logout,
+ "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_INDEX" => append_sid("index.".$phpEx),
"U_REGISTER" => append_sid("profile.".$phpEx."?mode=register"),
"U_PROFILE" => append_sid("profile.".$phpEx."?mode=editprofile"),