aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 18:16:11 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-13 18:16:11 +0000
commit66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae (patch)
tree91ebbf3bc0ff36084870a984727cdbae4583a75e /phpBB
parentc9357ff15341d2e456f5dcaf7f39f3272228b1cc (diff)
downloadforums-66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae.tar
forums-66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae.tar.gz
forums-66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae.tar.bz2
forums-66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae.tar.xz
forums-66e3d18e3a0500ed9cd7d761a52f652b28ccd3ae.zip
An example configuration file
git-svn-id: file:///svn/phpbb/trunk@653 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/PSO.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg
new file mode 100644
index 0000000000..052464fe2d
--- /dev/null
+++ b/phpBB/templates/PSO/PSO.cfg
@@ -0,0 +1,40 @@
+<?php
+
+//
+// Do not alter this line!
+//
+define(TEMPLATE_CONFIG, TRUE);
+
+//
+// Configuration file for PSO template
+//
+// This contains (at present) an array, images which
+// points to the location of individiual images used
+// by the template
+//
+
+$images['quote'] = "images/icon_quote.gif";
+$images['edit'] = "images/icon_edit.gif";
+$images['icon_search'] = "images/icon_search.gif";
+$images['profile'] = "images/icon_profile.gif";
+$images['privmsg'] = "images/icon_pm.gif";
+$images['email'] = "images/icon_email.gif";
+$images['delpost'] = "images/icon_delete.gif";
+$images['ip'] = "images/icon_ip.gif";
+$images['www'] = "images/icon_www.gif";
+$images['icq'] = "images/icon_icq_add.gif";
+$images['aim'] = "images/icon_aim.gif";
+$images['yim'] = "images/icon_yim.gif";
+$images['msnm'] = "images/icon_msnm.gif";
+$images['posticon'] = "images/icon_minipost.gif";
+$images['latest_reply'] = "images/icon_latest_reply.gif";
+
+$images['folder'] = "images/folder.gif";
+$images['new_folder'] = "images/folder_new.gif";
+$images['locked_folder'] = "images/folder_lock.gif";
+
+$images['new_topic'] = "";
+$images['reply_topic'] = "";
+$images['locked_topic'] = "";
+
+?> \ No newline at end of file