diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-17 22:49:25 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-17 22:49:25 +0000 |
| commit | e0c5725688b1d76c46e5216fcbb11249f3195256 (patch) | |
| tree | 3796601b0280d770caa4d97f37449f9da5ad3406 /phpBB | |
| parent | 9bfae76befb777e786a407ffe6d18c4faeda6660 (diff) | |
| download | forums-e0c5725688b1d76c46e5216fcbb11249f3195256.tar forums-e0c5725688b1d76c46e5216fcbb11249f3195256.tar.gz forums-e0c5725688b1d76c46e5216fcbb11249f3195256.tar.bz2 forums-e0c5725688b1d76c46e5216fcbb11249f3195256.tar.xz forums-e0c5725688b1d76c46e5216fcbb11249f3195256.zip | |
New announce and sticky folder icons
git-svn-id: file:///svn/phpbb/trunk@687 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/images/folder_announce.gif | bin | 1173 -> 1234 bytes | |||
| -rw-r--r-- | phpBB/images/folder_announce_new.gif | bin | 1173 -> 737 bytes | |||
| -rw-r--r-- | phpBB/images/folder_sticky.gif | bin | 0 -> 1173 bytes | |||
| -rw-r--r-- | phpBB/images/folder_sticky_new.gif | bin | 0 -> 1173 bytes | |||
| -rw-r--r-- | phpBB/templates/Default/Default.cfg | 6 | ||||
| -rw-r--r-- | phpBB/templates/PSO/PSO.cfg | 4 |
6 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/images/folder_announce.gif b/phpBB/images/folder_announce.gif Binary files differindex c6fccb56e9..cf5baa0c81 100644 --- a/phpBB/images/folder_announce.gif +++ b/phpBB/images/folder_announce.gif diff --git a/phpBB/images/folder_announce_new.gif b/phpBB/images/folder_announce_new.gif Binary files differindex 9e39799d66..64098f4374 100644 --- a/phpBB/images/folder_announce_new.gif +++ b/phpBB/images/folder_announce_new.gif diff --git a/phpBB/images/folder_sticky.gif b/phpBB/images/folder_sticky.gif Binary files differnew file mode 100644 index 0000000000..c6fccb56e9 --- /dev/null +++ b/phpBB/images/folder_sticky.gif diff --git a/phpBB/images/folder_sticky_new.gif b/phpBB/images/folder_sticky_new.gif Binary files differnew file mode 100644 index 0000000000..9e39799d66 --- /dev/null +++ b/phpBB/images/folder_sticky_new.gif diff --git a/phpBB/templates/Default/Default.cfg b/phpBB/templates/Default/Default.cfg index ea5a1d96fe..efb7b0eec4 100644 --- a/phpBB/templates/Default/Default.cfg +++ b/phpBB/templates/Default/Default.cfg @@ -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"; diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg index 3382d83569..efb7b0eec4 100644 --- a/phpBB/templates/PSO/PSO.cfg +++ b/phpBB/templates/PSO/PSO.cfg @@ -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"; |
