OSDN Git Service

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