mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Support for new locked with new topics icon
git-svn-id: file:///svn/phpbb/trunk@1275 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f0e441777b
commit
fc38cd7257
1 changed files with 7 additions and 13 deletions
|
@ -8,12 +8,14 @@ define(TEMPLATE_CONFIG, TRUE);
|
|||
//
|
||||
// Configuration file for subSilver template
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// ** copyright (C) 2001 The phpBB Group **
|
||||
// ** Created by subBlue design **
|
||||
// ** www.subBlue.com **
|
||||
//
|
||||
// ** subSilver dev. forum: www.subSky.com/phpBB2/ **
|
||||
//
|
||||
//
|
||||
// This contains (at present) an array, images which
|
||||
// points to the location of individiual images used
|
||||
// by the template
|
||||
|
@ -46,14 +48,14 @@ $images['forum_locked'] = "templates/subSilver/images/folder_locked_big.gif";
|
|||
$images['folder'] = "templates/subSilver/images/folder.gif";
|
||||
$images['folder_new'] = "templates/subSilver/images/folder_new.gif";
|
||||
$images['folder_hot'] = "templates/subSilver/images/folder_hot.gif";
|
||||
$images['folder_new_hot'] = "templates/subSilver/images/folder_new_hot.gif";
|
||||
$images['folder_hot_new'] = "templates/subSilver/images/folder_new_hot.gif";
|
||||
$images['folder_locked'] = "templates/subSilver/images/folder_lock.gif";
|
||||
$images['folder_locked_new'] = "templates/subSilver/images/folder_lock_new.gif";
|
||||
$images['folder_sticky'] = "templates/subSilver/images/folder_sticky.gif";
|
||||
$images['folder_sticky_new'] = "templates/subSilver/images/folder_sticky_new.gif";
|
||||
$images['folder_announce'] = "templates/subSilver/images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "templates/subSilver/images/folder_announce_new.gif";
|
||||
|
||||
|
||||
$images['post_new'] = "templates/subSilver/images/post.gif";
|
||||
$images['post_locked'] = "templates/subSilver/images/reply-locked.gif";
|
||||
$images['reply_new'] = "templates/subSilver/images/reply.gif";
|
||||
|
@ -103,12 +105,4 @@ $images['auth_mod'] = "";
|
|||
$board_config['vote_graphic_length'] = 205;
|
||||
$board_config['privmsg_graphic_length'] = 175;
|
||||
|
||||
//
|
||||
// Default theme to use (can be blank if
|
||||
// themes aren't supported by this template)
|
||||
//
|
||||
$template_default_theme = "subSilver-subSilver";
|
||||
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue