aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-22 15:39:36 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-22 15:39:36 +0000
commita03656925a1e1fd95b74caa0f9757830a1195350 (patch)
treeaf0943bd662bb5b329a7f49b352059cf7e73e72b /phpBB/includes/page_header.php
parent83d403358f2c871272e626f495ecf1a834c53ccc (diff)
downloadforums-a03656925a1e1fd95b74caa0f9757830a1195350.tar
forums-a03656925a1e1fd95b74caa0f9757830a1195350.tar.gz
forums-a03656925a1e1fd95b74caa0f9757830a1195350.tar.bz2
forums-a03656925a1e1fd95b74caa0f9757830a1195350.tar.xz
forums-a03656925a1e1fd95b74caa0f9757830a1195350.zip
Minor update to an icon image name
git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index a73d3fd648..c5ceb6cbf2 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -229,7 +229,7 @@ $template->assign_vars(array(
"FOLDER_IMG" => $images['folder'],
"FOLDER_NEW_IMG" => $images['folder_new'],
"FOLDER_HOT_IMG" => $images['folder_hot'],
- "FOLDER_HOT_NEW_IMG" => $images['folder_hot_new'],
+ "FOLDER_HOT_NEW_IMG" => $images['folder_new_hot'],
"FOLDER_LOCKED_IMG" => $images['folder_locked'],
"FOLDER_LOCKED_NEW_IMG" => $images['folder_locked_new'],
"FOLDER_STICKY_IMG" => $images['folder_sticky'],