mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
New announce and sticky folder icons
git-svn-id: file:///svn/phpbb/trunk@687 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9bfae76bef
commit
e0c5725688
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 737 B |
BIN
phpBB/images/folder_sticky.gif
Normal file
BIN
phpBB/images/folder_sticky.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
phpBB/images/folder_sticky_new.gif
Normal file
BIN
phpBB/images/folder_sticky_new.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -6,7 +6,7 @@
|
||||
define(TEMPLATE_CONFIG, TRUE);
|
||||
|
||||
//
|
||||
// Configuration file for Default template
|
||||
// Configuration file for PSO template
|
||||
//
|
||||
// This contains (at present) an array, images which
|
||||
// points to the location of individiual images used
|
||||
@ -32,8 +32,8 @@ $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_sticky'] = "images/folder_sticky.gif";
|
||||
$images['folder_sticky_new'] = "images/folder_sticky_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
|
@ -32,8 +32,8 @@ $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_sticky'] = "images/folder_sticky.gif";
|
||||
$images['folder_sticky_new'] = "images/folder_sticky_new.gif";
|
||||
$images['folder_announce'] = "images/folder_announce.gif";
|
||||
$images['folder_announce_new'] = "images/folder_announce_new.gif";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user