OSDN Git Service

Update SVN to iDB 0.1.5 SVN 1
[idb/iDB.git.git] / themes / iDB / settings.php
1 <?php\r
2 /*\r
3     This program is free software; you can redistribute it and/or modify\r
4     it under the terms of the Revised BSD License.\r
5 \r
6     This program is distributed in the hope that it will be useful,\r
7     but WITHOUT ANY WARRANTY; without even the implied warranty of\r
8     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
9     Revised BSD License for more details.\r
10 \r
11     Copyright 2004-2006 Cool Dude 2k - http://intdb.sourceforge.net/\r
12     Copyright 2004-2006 Game Maker 2k - http://upload.idb.s1.jcink.com/\r
13 \r
14     $FileInfo: settings.php - Last Update: 05/09/2007 SVN 1 - Author: cooldude2k $\r
15 */\r
16 $ThemeSet = array();\r
17 $ThemeSet['ThemeName'] = "iDB Theme";\r
18 $ThemeSet['ThemeMaker'] = "Cool Dude 2k";\r
19 $ThemeSet['ThemeVersion'] = "0.1.5";\r
20 $ThemeSet['ThemeVersionType'] = "Pre-Alpha";\r
21 $ThemeSet['ThemeSubVersion'] = "SVN 54";\r
22 $ThemeSet['MakerURL'] = "http://upload.idb.s1.jcink.com/";\r
23 $ThemeSet['CopyRight'] = $ThemeSet['ThemeName']." was made by <a href=\"".$ThemeSet['MakerURL']."\" title=\"".$ThemeSet['ThemeMaker']."\">".$ThemeSet['ThemeMaker']."</a>";\r
24 $ThemeSet['CSS'] = "themes/iDB/css.css";\r
25 $ThemeSet['CSSType'] = "include";\r
26 $ThemeSet['FavIcon'] = "themes/iDB/favicon.ico";\r
27 $ThemeSet['PreLogo'] = "<div style=\"text-align: center;\">";\r
28 $ThemeSet['Logo'] = $Settings['board_name'];\r
29 $ThemeSet['LogoStyle'] = "font-size: 40px; font-family: verdana, arial, sans-serif; color: black;";\r
30 $ThemeSet['SubLogo'] = "</div>";\r
31 $ThemeSet['EnableToggle'] = false;\r
32 $ThemeSet['Toggle'] = "[&#35;]";\r
33 $ThemeSet['ToggleExt'] = null;\r
34 $ThemeSet['TopicIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Topic!\">&nbsp;(T)&nbsp;</div>";\r
35 $ThemeSet['HotTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Topic!\">&nbsp;(T)&nbsp;</div>";\r
36 $ThemeSet['PinTopic'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Pinned Topic!\">&nbsp;{P}&nbsp;</div>";\r
37 $ThemeSet['HotPinTopic'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"Hot Pinned Topic!\">&nbsp;{P}&nbsp;</div>";\r
38 $ThemeSet['ClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Topic!\">&nbsp;[T]&nbsp;</div>";\r
39 $ThemeSet['HotClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Topic!\">&nbsp;[T]&nbsp;</div>";\r
40 $ThemeSet['PinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through;\" title=\"Closed Pinned Topic!\">&nbsp;[P]&nbsp;</div>";\r
41 $ThemeSet['HotPinClosedTopic'] = "<div style=\"text-align: center; font-size: 11px; text-decoration: line-through; font-weight: bold;\" title=\"Hot Closed Pinned Topic!\">&nbsp;[P]&nbsp;</div>";\r
42 $ThemeSet['MessageRead'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Message!\">&nbsp;[M]&nbsp;</div>";\r
43 $ThemeSet['MessageUnread'] = "<div style=\"text-align: center; font-size: 11px; font-weight: bold;\" title=\"New Message!\">&nbsp;(M)&nbsp;</div>";\r
44 $ThemeSet['Profile'] = "Profile";\r
45 $ThemeSet['WWW'] = "WWW";\r
46 $ThemeSet['PM'] = "PM";\r
47 $ThemeSet['TopicLayout'] = "Type 1";\r
48 $ThemeSet['AddReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Add Reply\">Add Reply</span>";\r
49 $ThemeSet['FastReply'] = "<span style=\"color: white; font-size: 25px;\" title=\"Fast Reply\">Fast Reply</span>";\r
50 $ThemeSet['NewTopic'] = "<span style=\"color: white; font-size: 25px;\" title=\"New Topic\">New Topic</span>";\r
51 $ThemeSet['QuoteReply'] = "Quote Reply";\r
52 $ThemeSet['Report'] = "Report";\r
53 $ThemeSet['LineDivider'] = "&nbsp;|&nbsp;";\r
54 $ThemeSet['ButtonDivider'] = "&nbsp;&nbsp;&nbsp;";\r
55 $ThemeSet['LineDividerTopic'] = "&nbsp;|&nbsp;";\r
56 $ThemeSet['TitleDivider'] = "-&gt;";\r
57 $ThemeSet['ForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Forum\">&nbsp;(F)&nbsp;</div>";\r
58 $ThemeSet['SubForumIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"SubForum\">&nbsp;{SF}&nbsp;</div>";\r
59 $ThemeSet['RedirectIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Redirect Forum\">&nbsp;[RF]&nbsp;</div>";\r
60 $ThemeSet['TitleIcon'] = null;\r
61 $ThemeSet['StatsIcon'] = "<div style=\"text-align: center; font-size: 11px;\" title=\"Board Stats\"><br />(S)<br /></div>";\r
62 $ThemeSet['NoAvatar'] = "themes/iDB/noavatar.png";\r
63 $ThemeSet['NoAvatarSize'] = "100x100";\r
64 ?>