More updates

git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-11-22 15:55:07 +00:00
parent c5e2160a8a
commit ba5a6e4640
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@ $template->assign_vars(array(
"FOLDER_IMG" => $images['folder'], "FOLDER_IMG" => $images['folder'],
"FOLDER_NEW_IMG" => $images['folder_new'], "FOLDER_NEW_IMG" => $images['folder_new'],
"FOLDER_HOT_IMG" => $images['folder_hot'], "FOLDER_HOT_IMG" => $images['folder_hot'],
"FOLDER_HOT_NEW_IMG" => $images['folder_new_hot'], "FOLDER_HOT_NEW_IMG" => $images['folder_hot_new'],
"FOLDER_LOCKED_IMG" => $images['folder_locked'], "FOLDER_LOCKED_IMG" => $images['folder_locked'],
"FOLDER_LOCKED_NEW_IMG" => $images['folder_locked_new'], "FOLDER_LOCKED_NEW_IMG" => $images['folder_locked_new'],
"FOLDER_STICKY_IMG" => $images['folder_sticky'], "FOLDER_STICKY_IMG" => $images['folder_sticky'],

View file

@ -37,7 +37,7 @@ $images['forum_locked'] = "images/folder_lock.gif";
$images['folder'] = "images/folder.gif"; $images['folder'] = "images/folder.gif";
$images['folder_new'] = "images/folder_new.gif"; $images['folder_new'] = "images/folder_new.gif";
$images['folder_hot'] = "images/folder_hot.gif"; $images['folder_hot'] = "images/folder_hot.gif";
$images['folder_new_hot'] = "images/folder_new_hot.gif"; $images['folder_hot_new'] = "images/folder_new_hot.gif";
$images['folder_locked'] = "images/folder_lock.gif"; $images['folder_locked'] = "images/folder_lock.gif";
$images['folder_locked_new'] = "images/folder_lock_new.gif"; $images['folder_locked_new'] = "images/folder_lock_new.gif";
$images['folder_sticky'] = "images/folder_sticky.gif"; $images['folder_sticky'] = "images/folder_sticky.gif";