aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/PSO.cfg17
1 files 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)