OSDN Git Service

Small update.
[idb/iDB-Extras.git.git] / Themes / Jcink / 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 GNU General Public 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 Jcink - https://launchpad.net/tfbb
12     Copyright 2004-2008 Jcink - http://jcink.com/
13     $ThemeInfo - Name: TFBB Theme - Author: jcink $
14     $FileInfo: settings.php - Last Update: 07/30/2011 SVN 729 - Author: jcink $
15 */
16 $ThemeSet = array();
17 $ThemeSet['ThemeName'] = "Jcink Classic Skin";
18 $ThemeSet['ThemeMaker'] = "Jcink";
19 $ThemeSet['ThemeVersion'] = "0.4.7";
20 $ThemeSet['ThemeVersionType'] = "Alpha";
21 $ThemeSet['ThemeSubVersion'] = "SVN 729";
22 $ThemeSet['MakerURL'] = "http://Jcink.com/";
23 $ThemeSet['CopyRight'] = "%{ThemeName}T was made by <a href=\"%{MakerURL}T\" title=\"%{ThemeMaker}T\">%{ThemeMaker}T</a>";
24 $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n<% JAVASCRIPT %>\n<% LINKTAGS %>\n<% CSSTHEME %>\n<% FAVICON %>\n<% EXTRALINKS %>\n<% TITLETAG %>\n<% BODYTAG %>\n<% NAVBAR %>\n<% CONTENT %>\n<% COPYRIGHT %>\n<% HTMLEND %>";
25 $ThemeSet['CSS'] = "themes/Jcink/css.css";
26 $ThemeSet['CSSType'] = "include";
27 $ThemeSet['FavIcon'] = "themes/Jcink/favicon.ico";
28 $ThemeSet['TableStyle'] = "div";
29 $ThemeSet['MiniPageAltStyle'] = "off";
30 $ThemeSet['PreLogo'] = null;
31 $ThemeSet['Logo'] = "%{board_name}s";
32 $ThemeSet['LogoStyle'] = "font-size: 40px; font-family: verdana, arial, sans-serif; color: white;";
33 $ThemeSet['SubLogo'] = null;
34 $ThemeSet['TopicIcon'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/topic.gif\" alt=\"Topic\" title=\"Topic\" /></div>";
35 $ThemeSet['HotTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/topic.gif\" alt=\"Topic\" title=\"Topic\" /></div>";
36 $ThemeSet['PinTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pin.gif\" alt=\"Pinned!\" title=\"Pinned Topic!\" /></div>";
37 $ThemeSet['AnnouncementTopic'] =  "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pin.gif\" alt=\"Announcement!\" title=\"Announcement Topic!\" /></div>";
38 $ThemeSet['HotPinTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pin.gif\" alt=\"Pinned!\" title=\"Pinned Topic!\" /></div>";
39 $ThemeSet['ClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/lock.gif\" alt=\"Closed!\" title=\"Closed Topic!\" /></div>";
40 $ThemeSet['HotClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/lock.gif\" alt=\"Closed!\" title=\"Closed Topic!\" /></div>";
41 $ThemeSet['PinClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pinlock.gif\" alt=\"Closed!\" title=\"Closed!\" /></div>";
42 $ThemeSet['HotPinClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pinlock.gif\" alt=\"Closed!\" title=\"Closed!\" /></div>";
43 $ThemeSet['MovedTopicIcon'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Topic\" title=\"Moved Topic\" /></div>";
44 $ThemeSet['MovedHotTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Topic\" title=\"Moved Topic\" /></div>";
45 $ThemeSet['MovedPinTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Pinned!\" title=\"Moved Pinned Topic!\" /></div>";
46 $ThemeSet['MovedHotPinTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Pinned!\" title=\"Moved Pinned Topic!\" /></div>";
47 $ThemeSet['MovedClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Closed!\" title=\"Moved Closed Topic!\" /></div>";
48 $ThemeSet['MovedHotClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Closed!\" title=\"Moved Closed Topic!\" /></div>";
49 $ThemeSet['MovedPinClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Closed!\" title=\"Moved Closed!\" /></div>";
50 $ThemeSet['MovedHotPinClosedTopic'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/moved.gif\" alt=\"Moved Closed!\" title=\"Moved Closed!\" /></div>";
51 $ThemeSet['MessageRead'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/topic.gif\" alt=\"Message\" title=\"Message!\" /></div>";
52 $ThemeSet['MessageUnread'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/pin.gif\" alt=\"New Message\" title=\"New Message!\" /></div>";
53 $ThemeSet['Profile'] = "Profile";
54 $ThemeSet['WWW'] = "WWW";
55 $ThemeSet['PM'] = "PM";
56 $ThemeSet['TopicLayout'] = "Type 1";
57 $ThemeSet['AddReply'] = "<img src=\"themes/Jcink/reply.gif\" alt=\"Add Reply\" title=\"Add Reply\" />";
58 $ThemeSet['FastReply'] = "<img src=\"themes/Jcink/fast.gif\" alt=\"Fast Reply\" title=\"Fast Reply\" />";
59 $ThemeSet['NewTopic'] = "<img src=\"themes/Jcink/post.gif\" alt=\"New Topic\" title=\"New Topic\" />";
60 $ThemeSet['QuoteReply'] = "( Quote )";
61 $ThemeSet['Report'] = "( Report )";
62 $ThemeSet['EditReply'] = "( Edit )";
63 $ThemeSet['DeleteReply'] = "( Delete )";
64 $ThemeSet['LineDivider'] = "&nbsp;|&nbsp;";
65 $ThemeSet['ButtonDivider'] = "&nbsp;|&nbsp;";
66 $ThemeSet['LineDividerTopic'] = "&nbsp;|&nbsp;";
67 $ThemeSet['TitleDivider'] = "-&gt;";
68 $ThemeSet['ForumStyle'] = 1;
69 $ThemeSet['ForumIcon'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/forum.gif\" alt=\"Forum\" title=\"Forum\" /></div>";
70 $ThemeSet['SubForumIcon'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/forum.gif\" alt=\"SubForum\" title=\"SubForum\" /></div>";
71 $ThemeSet['RedirectIcon'] = "<div style=\"text-align: center;\"><img src=\"themes/Jcink/forum.gif\" alt=\"Redirect\" title=\"Redirect\" /></div>";
72 $ThemeSet['TitleIcon'] = "<img src=\"themes/Jcink/nav.gif\" alt=\"-&gt;\" title=\"-&gt;\" /> ";
73 $ThemeSet['NavLinkIcon'] = "&gt;&gt; ";
74 $ThemeSet['NavLinkDivider'] = "&nbsp;-&gt;&nbsp;";
75 $ThemeSet['BoardStatsIcon'] = "<img src=\"themes/Jcink/stats.gif\" alt=\"Board Stats\" title=\"Board Stats\" />";
76 $ThemeSet['MemberStatsIcon'] = "<img src=\"themes/Jcink/stats.gif\" alt=\"Board Stats\" title=\"Board Stats\" />";
77 $ThemeSet['BirthdayStatsIcon'] = "<img src=\"themes/Jcink/stats.gif\" alt=\"Board Stats\" title=\"Board Stats\" />";
78 $ThemeSet['EventStatsIcon'] = "<img src=\"themes/Jcink/stats.gif\" alt=\"Board Stats\" title=\"Board Stats\" />";
79 $ThemeSet['OnlineStatsIcon'] = "<img src=\"themes/Jcink/stats.gif\" alt=\"Board Stats\" title=\"Board Stats\" />";
80 $ThemeSet['NoAvatar'] = "themes/Jcink/noavatar.png";
81 $ThemeSet['NoAvatarSize'] = "100x100";
82 ?>