diff options
Diffstat (limited to 'phpBB/templates/PSO/PSO.cfg')
-rw-r--r-- | phpBB/templates/PSO/PSO.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
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) |