From f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 15 Aug 2001 01:55:37 +0000 Subject: [PATCH] Updated for possible new images git-svn-id: file:///svn/phpbb/trunk@881 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/PSO/PSO.cfg | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg index c94eb7311f..58161297d8 100644 --- a/phpBB/templates/PSO/PSO.cfg +++ b/phpBB/templates/PSO/PSO.cfg @@ -12,9 +12,6 @@ define(TEMPLATE_CONFIG, TRUE); // points to the location of individiual images used // by the template // - -$smilies_url = "images/smiles"; - $images['icon_quote'] = "images/icon_quote.gif"; $images['icon_edit'] = "images/icon_edit.gif"; $images['icon_search'] = "images/icon_search.gif"; @@ -44,12 +41,26 @@ $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_watch'] = ""; +$images['topic_un_watch'] = ""; $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"; +$images['auth_can_read'] = ""; +$images['auth_cannot_read'] = ""; +$images['auth_can_post'] = ""; +$images['auth_cannot_post'] = ""; +$images['auth_can_reply'] = ""; +$images['auth_cannot_reply'] = ""; +$images['auth_can_edit'] = ""; +$images['auth_cannot_edit'] = ""; +$images['auth_can_delete'] = ""; +$images['auth_cannot_delete'] = ""; +$images['auth_mod'] = ""; + // // Default theme to use (can be blank if // themes aren't supported by this template)