diff options
Diffstat (limited to 'phpBB/templates/PSO')
-rw-r--r-- | phpBB/templates/PSO/PSO.cfg | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg index d1580d8dfc..830c055d11 100644 --- a/phpBB/templates/PSO/PSO.cfg +++ b/phpBB/templates/PSO/PSO.cfg @@ -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"; - ?>
\ No newline at end of file |