mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-23 15:59:49 +02:00
An example configuration file
git-svn-id: file:///svn/phpbb/trunk@653 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c9357ff153
commit
66e3d18e3a
40
phpBB/templates/PSO/PSO.cfg
Normal file
40
phpBB/templates/PSO/PSO.cfg
Normal file
@ -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'] = "";
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user