aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 13:17:07 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-23 13:17:07 +0000
commit684b1b88d9bb98f97bc26fd299a2a7d3d97f4525 (patch)
treef88673b7e4d36a7880df4e188312935780cf1acd /phpBB/includes
parentc7a0d176722ff508ba8dbefe2e1407efca06e46c (diff)
downloadforums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.gz
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.bz2
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.tar.xz
forums-684b1b88d9bb98f97bc26fd299a2a7d3d97f4525.zip
Various updates for templates
git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index a4551a6f11..243e58e4a5 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -211,6 +211,8 @@ $template->assign_vars(array(
"L_MODERATOR" => $lang['Moderator'],
"L_NONEWPOSTS" => $lang['No_new_posts'],
"L_NEWPOSTS" => $lang['New_posts'],
+ "L_NONEWPOSTS_HOT" => $lang['No_new_posts_hot'],
+ "L_NEWPOSTS_HOT" => $lang['New_posts_hot'],
"L_TOPIC_IS_LOCKED" => $lang['Topic_is_locked'],
"L_POSTED" => $lang['Posted'],
"L_JOINED" => $lang['Joined'],