mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
New split icon + tidied up other mod topic icons
git-svn-id: file:///svn/phpbb/trunk@752 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -37,8 +37,21 @@ $images['folder_sticky_new'] = "images/folder_sticky_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
$images['topic_new'] = "templates/PSO/images/post.gif";
|
||||
$images['topic_reply'] = "templates/PSO/images/reply.gif";
|
||||
$images['topic_locked'] = "templates/PSO/images/reply-locked.gif";
|
||||
$images['post_new'] = "templates/PSO/images/post.gif";
|
||||
$images['post_locked'] = "templates/PSO/images/post-locked.gif";
|
||||
$images['reply_new'] = "templates/PSO/images/reply.gif";
|
||||
$images['reply_locked'] = "templates/PSO/images/reply-locked.gif";
|
||||
|
||||
$images['topic_mod_lock'] = "images/topic_lock.gif";
|
||||
$images['topic_mod_unlock'] = "images/topic_unlock.gif";
|
||||
$images['topic_mod_split'] = "images/topic_split.gif";
|
||||
$images['topic_mod_move'] = "images/topic_move.gif";
|
||||
$images['topic_mod_delete'] = "images/topic_delete.gif";
|
||||
|
||||
//
|
||||
// Default theme to use (can be blank if
|
||||
// themes aren't supported by this template)
|
||||
//
|
||||
$template_default_theme = "Default-Default";
|
||||
|
||||
?>
|
@@ -44,6 +44,12 @@ $images['post_locked'] = "templates/PSO/images/post-locked.gif";
|
||||
$images['reply_new'] = "templates/PSO/images/reply.gif";
|
||||
$images['reply_locked'] = "templates/PSO/images/reply-locked.gif";
|
||||
|
||||
$images['topic_mod_lock'] = "images/topic_lock.gif";
|
||||
$images['topic_mod_unlock'] = "images/topic_unlock.gif";
|
||||
$images['topic_mod_split'] = "images/topic_split.gif";
|
||||
$images['topic_mod_move'] = "images/topic_move.gif";
|
||||
$images['topic_mod_delete'] = "images/topic_delete.gif";
|
||||
|
||||
//
|
||||
// Default theme to use (can be blank if
|
||||
// themes aren't supported by this template)
|
||||
|
Reference in New Issue
Block a user