diff options
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/Default/Default.cfg | 19 | ||||
-rw-r--r-- | phpBB/templates/PSO/PSO.cfg | 6 |
2 files changed, 22 insertions, 3 deletions
diff --git a/phpBB/templates/Default/Default.cfg b/phpBB/templates/Default/Default.cfg index efb7b0eec4..11e53f9025 100644 --- a/phpBB/templates/Default/Default.cfg +++ b/phpBB/templates/Default/Default.cfg @@ -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"; ?>
\ No newline at end of file diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg index 7fed3f3202..c94eb7311f 100644 --- a/phpBB/templates/PSO/PSO.cfg +++ b/phpBB/templates/PSO/PSO.cfg @@ -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) |