aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/page_header.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-03-02 05:46:32 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-03-02 05:46:32 +0000
commitdcc2b2fe194163d455360fbb8726fe80b6c03378 (patch)
tree857c224120771903b2e5f1aceaecd51f8a216adf /phpBB/page_header.php
parentadb77ffa23bd7ae158b95a363235421255592980 (diff)
downloadforums-dcc2b2fe194163d455360fbb8726fe80b6c03378.tar
forums-dcc2b2fe194163d455360fbb8726fe80b6c03378.tar.gz
forums-dcc2b2fe194163d455360fbb8726fe80b6c03378.tar.bz2
forums-dcc2b2fe194163d455360fbb8726fe80b6c03378.tar.xz
forums-dcc2b2fe194163d455360fbb8726fe80b6c03378.zip
Started translation implemenation, added 1.2 english lang file
git-svn-id: file:///svn/phpbb/trunk@73 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/page_header.php')
-rw-r--r--phpBB/page_header.php29
1 files changed, 28 insertions, 1 deletions
diff --git a/phpBB/page_header.php b/phpBB/page_header.php
index 8cb4282362..cc5a577bf5 100644
--- a/phpBB/page_header.php
+++ b/phpBB/page_header.php
@@ -39,7 +39,34 @@ $template->set_var(array("SITENAME" => $sitename,
"PHPEX" => $phpEx,
"PAGE_TITLE" => $page_title,
"LOGIN_STATUS" => $logged_in_status,
- "META_INFO" => $meta_tags));
+ "META_INFO" => $meta_tags,
+ "L_USERNAME" => $l_username,
+ "L_PASSWORD" => $l_password,
+ "L_WELCOMETO" => $l_welcometo,
+ "L_REGISTER" => $l_register,
+ "L_PROFILE" => $l_profile,
+ "L_SEARCH" => $l_search,
+ "L_PRIVATEMSGS" => $l_privmsgs,
+ "L_MEMBERLIST" => $l_memberslist,
+ "L_FAQ" => $l_faq,
+ "L_FORUM" => $l_forum,
+ "L_TOPICS" => $l_topics,
+ "L_REPLIES" => $l_replies,
+ "L_VIEWS" => $l_views,
+ "L_POSTS" => $l_posts,
+ "L_LASTPOST" => $l_lastpost,
+ "L_MODERATOR" => $l_moderator,
+ "L_MESSAGES" => $l_messages,
+ "L_POSTEDTOTAL" => $l_postedtotal,
+ "L_WEHAVE" => $l_wehave,
+ "L_REGUSERS" => $l_regedusers,
+ "L_NEWESTUSER" => $l_newestuser,
+ "L_BROWSING" => $l_browsing,
+ "L_ARECURRENTLY" => $l_arecurrently,
+ "L_THEFORUMS" => $l_theforums,
+ "L_NONEWPOSTS" => $l_nonewposts,
+ "L_NEWPOSTS" => $l_newposts));
+
$template->pparse("output", "overall_header");
// Do a switch on page type, this way we only load the templates that we need at the time