mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
An announce post icon + support for sticky topic icon
git-svn-id: file:///svn/phpbb/trunk@672 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
define(TEMPLATE_CONFIG, TRUE);
|
||||
|
||||
//
|
||||
// Configuration file for PSO template
|
||||
// Configuration file for Default template
|
||||
//
|
||||
// This contains (at present) an array, images which
|
||||
// points to the location of individiual images used
|
||||
@@ -32,6 +32,10 @@ $images['icon_latest_reply'] = "images/icon_latest_reply.gif";
|
||||
$images['folder'] = "images/folder.gif";
|
||||
$images['folder_new'] = "images/folder_new.gif";
|
||||
$images['folder_locked'] = "images/folder_lock.gif";
|
||||
$images['folder_sticky'] = "images/folder.gif";
|
||||
$images['folder_sticky_new'] = "images/folder_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
$images['topic_new'] = "templates/PSO/images/post.gif";
|
||||
$images['topic_reply'] = "templates/PSO/images/reply.gif";
|
||||
|
@@ -32,6 +32,10 @@ $images['icon_latest_reply'] = "images/icon_latest_reply.gif";
|
||||
$images['folder'] = "images/folder.gif";
|
||||
$images['folder_new'] = "images/folder_new.gif";
|
||||
$images['folder_locked'] = "images/folder_lock.gif";
|
||||
$images['folder_sticky'] = "images/folder.gif";
|
||||
$images['folder_sticky_new'] = "images/folder_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
$images['topic_new'] = "templates/PSO/images/post.gif";
|
||||
$images['topic_reply'] = "templates/PSO/images/reply.gif";
|
||||
|
Reference in New Issue
Block a user