mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Added alternative image capability for index forum icons
git-svn-id: file:///svn/phpbb/trunk@1048 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -28,6 +28,10 @@ $images['icon_msnm'] = "images/icon_msnm.gif";
|
||||
$images['icon_minipost'] = "images/icon_minipost.gif";
|
||||
$images['icon_latest_reply'] = "images/icon_latest_reply.gif";
|
||||
|
||||
$images['forum'] = "images/folder.gif";
|
||||
$images['forum_new'] = "images/folder_new.gif";
|
||||
$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";
|
||||
@@ -86,10 +90,4 @@ $images['auth_mod'] = "";
|
||||
//
|
||||
$board_config['vote_graphic_length'] = 300;
|
||||
|
||||
//
|
||||
// Default theme to use (can be blank if
|
||||
// themes aren't supported by this template)
|
||||
//
|
||||
$template_default_theme = "PSO-Default";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user