1
0
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:
Paul S. Owen 2001-07-17 22:49:25 +00:00
parent 9bfae76bef
commit e0c5725688
6 changed files with 5 additions and 5 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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";

View File

@ -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";