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