aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-15 01:55:37 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-15 01:55:37 +0000
commitf65f865ccde3bd7ecf7e3c275bb623b8765f1cb4 (patch)
treeaf971ab0f81d2ad6cbc3ac5a66287e0c00a7df83 /phpBB
parentb471626ab4c1f046af8efa8055c336c312fb2c51 (diff)
downloadforums-f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4.tar
forums-f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4.tar.gz
forums-f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4.tar.bz2
forums-f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4.tar.xz
forums-f65f865ccde3bd7ecf7e3c275bb623b8765f1cb4.zip
Updated for possible new images
git-svn-id: file:///svn/phpbb/trunk@881 89ea8834-ac86-4346-8a33-228a782c2dd0
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)