[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/templates/subSilver/ -> subSilver.cfg (source)

   1  <?php
   2  //
   3  // **      Configuration file for subSilver template       **
   4  //
   5  // **         copyright (C) 2001 The phpBB Group           **
   6  // **             Created by subBlue design                **
   7  // **                  www.subBlue.com                     **
   8  //
   9  // **    subSilver dev. forum: www.subSky.com/phpBB2/      **
  10  //
  11  // $Id: subSilver.cfg 5266 2005-10-08 19:41:31Z grahamje $
  12  //
  13  // Please note that to enable support of different languages
  14  // the {LANG} place holder is available. This will be replaced
  15  // with xxx where xxx is the users selected language. If
  16  // that language isn't available it will default to english. 
  17  // Therefore you MUST ensure you have at least a english 
  18  // directory if you choose to localise your template
  19  //
  20  
  21  //
  22  // Do not alter this line!
  23  //
  24  define(TEMPLATE_CONFIG, TRUE);
  25  
  26  $current_template_images = $current_template_path . "/images";
  27  
  28  $images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif";
  29  $images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif";
  30  $images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif";
  31  $images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif";
  32  $images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif";
  33  $images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif";
  34  $images['icon_delpost'] = "$current_template_images/icon_delete.gif";
  35  $images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif";
  36  $images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif";
  37  $images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif";
  38  $images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif";
  39  $images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif";
  40  $images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif";
  41  $images['icon_minipost'] = "$current_template_images/icon_minipost.gif";
  42  $images['icon_gotopost'] = "$current_template_images/icon_minipost.gif";
  43  $images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif";
  44  $images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif";
  45  $images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif";
  46  
  47  $images['forum'] = "$current_template_images/folder_big.gif";
  48  $images['forum_new'] = "$current_template_images/folder_new_big.gif";
  49  $images['forum_locked'] = "$current_template_images/folder_locked_big.gif";
  50  
  51  $images['folder'] = "$current_template_images/folder.gif";
  52  $images['folder_new'] = "$current_template_images/folder_new.gif";
  53  $images['folder_hot'] = "$current_template_images/folder_hot.gif";
  54  $images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif";
  55  $images['folder_locked'] = "$current_template_images/folder_lock.gif";
  56  $images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif";
  57  $images['folder_sticky'] = "$current_template_images/folder_sticky.gif";
  58  $images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif";
  59  $images['folder_announce'] = "$current_template_images/folder_announce.gif";
  60  $images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif";
  61  
  62  $images['post_new'] = "$current_template_images/{LANG}/post.gif";
  63  $images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
  64  $images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
  65  $images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
  66  
  67  $images['pm_inbox'] = "$current_template_images/msg_inbox.gif";
  68  $images['pm_outbox'] = "$current_template_images/msg_outbox.gif";
  69  $images['pm_savebox'] = "$current_template_images/msg_savebox.gif";
  70  $images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif";
  71  $images['pm_readmsg'] = "$current_template_images/folder.gif";
  72  $images['pm_unreadmsg'] = "$current_template_images/folder_new.gif";
  73  $images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif";
  74  $images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif";
  75  $images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif";
  76  $images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif";
  77  $images['pm_new_msg'] = "";
  78  $images['pm_no_new_msg'] = "";
  79  
  80  $images['Topic_watch'] = "";
  81  $images['topic_un_watch'] = "";
  82  $images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
  83  $images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";
  84  $images['topic_mod_split'] = "$current_template_images/topic_split.gif";
  85  $images['topic_mod_move'] = "$current_template_images/topic_move.gif";
  86  $images['topic_mod_delete'] = "$current_template_images/topic_delete.gif";
  87  
  88  $images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
  89  $images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
  90  $images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
  91  $images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
  92  $images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";
  93  
  94  //
  95  // Vote graphic length defines the maximum length of a vote result
  96  // graphic, ie. 100% = this length
  97  //
  98  $board_config['vote_graphic_length'] = 205;
  99  $board_config['privmsg_graphic_length'] = 175;
 100  
 101  ?>


Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1