aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-17 22:49:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-17 22:49:25 +0000
commite0c5725688b1d76c46e5216fcbb11249f3195256 (patch)
tree3796601b0280d770caa4d97f37449f9da5ad3406 /phpBB
parent9bfae76befb777e786a407ffe6d18c4faeda6660 (diff)
downloadforums-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.gifbin1173 -> 1234 bytes
-rw-r--r--phpBB/images/folder_announce_new.gifbin1173 -> 737 bytes
-rw-r--r--phpBB/images/folder_sticky.gifbin0 -> 1173 bytes
-rw-r--r--phpBB/images/folder_sticky_new.gifbin0 -> 1173 bytes
-rw-r--r--phpBB/templates/Default/Default.cfg6
-rw-r--r--phpBB/templates/PSO/PSO.cfg4
6 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/images/folder_announce.gif b/phpBB/images/folder_announce.gif
index c6fccb56e9..cf5baa0c81 100644
--- a/phpBB/images/folder_announce.gif
+++ b/phpBB/images/folder_announce.gif
Binary files differ
diff --git a/phpBB/images/folder_announce_new.gif b/phpBB/images/folder_announce_new.gif
index 9e39799d66..64098f4374 100644
--- a/phpBB/images/folder_announce_new.gif
+++ b/phpBB/images/folder_announce_new.gif
Binary files differ
diff --git a/phpBB/images/folder_sticky.gif b/phpBB/images/folder_sticky.gif
new file mode 100644
index 0000000000..c6fccb56e9
--- /dev/null
+++ b/phpBB/images/folder_sticky.gif
Binary files differ
diff --git a/phpBB/images/folder_sticky_new.gif b/phpBB/images/folder_sticky_new.gif
new file mode 100644
index 0000000000..9e39799d66
--- /dev/null
+++ b/phpBB/images/folder_sticky_new.gif
Binary files differ
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";