1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 22:14:59 +02:00

Updated for possible new images

git-svn-id: file:///svn/phpbb/trunk@881 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-08-15 01:55:37 +00:00
parent b471626ab4
commit f65f865ccd

View File

@ -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)