mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
More updates
git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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_new_hot'],
|
||||
"FOLDER_HOT_NEW_IMG" => $images['folder_hot_new'],
|
||||
"FOLDER_LOCKED_IMG" => $images['folder_locked'],
|
||||
"FOLDER_LOCKED_NEW_IMG" => $images['folder_locked_new'],
|
||||
"FOLDER_STICKY_IMG" => $images['folder_sticky'],
|
||||
|
@@ -37,7 +37,7 @@ $images['forum_locked'] = "images/folder_lock.gif";
|
||||
$images['folder'] = "images/folder.gif";
|
||||
$images['folder_new'] = "images/folder_new.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_new'] = "images/folder_lock_new.gif";
|
||||
$images['folder_sticky'] = "images/folder_sticky.gif";
|
||||
|
Reference in New Issue
Block a user