Rev 289 Rev 291
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html dir="{S_CONTENT_DIRECTION}"> 2 <html dir="{S_CONTENT_DIRECTION}">
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> 4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
5 <meta http-equiv="Content-Style-Type" content="text/css"> 5 <meta http-equiv="Content-Style-Type" content="text/css">
6 {META} 6 {META}
7 {NAV_LINKS} 7 {NAV_LINKS}
8 <title>{SITENAME} :: {PAGE_TITLE}</title> 8 <title>{SITENAME} :: {PAGE_TITLE}</title>
9 <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> 9 <!-- link rel="stylesheet" href="{T_HEAD_STYLESHEET}" type="text/css" -->
10 <style type="text/css"> 10 <style type="text/css">
11 <!-- 11 <!--
12 /* 12 /*
13 The original subSilver Theme for phpBB version 2+ 13 The original subSilver Theme for phpBB version 2+
14 Created by subBlue design 14 Created by subBlue design
15 http://www.subBlue.com 15 http://www.subBlue.com
16   16  
17 NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 17 NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
18 theme administration centre. When you have finalised your style you could cut the final CSS code 18 theme administration centre. When you have finalised your style you could cut the final CSS code
19 and place it in an external file, deleting this section to save bandwidth. 19 and place it in an external file, deleting this section to save bandwidth.
20 */ 20 */
21   21  
22 /* General page style. The scroll bar colours only visible in IE5.5+ */ 22 /* General page style. The scroll bar colours only visible in IE5.5+ */
23 body { 23 body {
24 background-color: {T_BODY_BGCOLOR}; 24 background-color: {T_BODY_BGCOLOR};
25 scrollbar-face-color: {T_TR_COLOR2}; 25 scrollbar-face-color: {T_TR_COLOR2};
26 scrollbar-highlight-color: {T_TD_COLOR2}; 26 scrollbar-highlight-color: {T_TD_COLOR2};
27 scrollbar-shadow-color: {T_TR_COLOR2}; 27 scrollbar-shadow-color: {T_TR_COLOR2};
28 scrollbar-3dlight-color: {T_TR_COLOR3}; 28 scrollbar-3dlight-color: {T_TR_COLOR3};
29 scrollbar-arrow-color: {T_BODY_LINK}; 29 scrollbar-arrow-color: {T_BODY_LINK};
30 scrollbar-track-color: {T_TR_COLOR1}; 30 scrollbar-track-color: {T_TR_COLOR1};
31 scrollbar-darkshadow-color: {T_TH_COLOR1}; 31 scrollbar-darkshadow-color: {T_TH_COLOR1};
32 } 32 }
33   33  
34 /* General font families for common tags */ 34 /* General font families for common tags */
35 font,th,td,p { font-family: {T_FONTFACE1} } 35 font,th,td,p { font-family: {T_FONTFACE1} }
36 a:link,a:active,a:visited { color : {T_BODY_LINK}; } 36 a:link,a:active,a:visited { color : {T_BODY_LINK}; }
37 a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } 37 a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
38 hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} 38 hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
39   39  
40 /* This is the border line & background colour round the entire page */ 40 /* This is the border line & background colour round the entire page */
41 .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } 41 .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
42   42  
43 /* This is the outline round the main forum tables */ 43 /* This is the outline round the main forum tables */
44 .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } 44 .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
45   45  
46 /* Main table cell colours and backgrounds */ 46 /* Main table cell colours and backgrounds */
47 td.row1 { background-color: {T_TR_COLOR1}; } 47 td.row1 { background-color: {T_TR_COLOR1}; }
48 td.row2 { background-color: {T_TR_COLOR2}; } 48 td.row2 { background-color: {T_TR_COLOR2}; }
49 td.row3 { background-color: {T_TR_COLOR3}; } 49 td.row3 { background-color: {T_TR_COLOR3}; }
50   50  
51 /* 51 /*
52 This is for the table cell above the Topics, Post & Last posts on the index.php page 52 This is for the table cell above the Topics, Post & Last posts on the index.php page
53 By default this is the fading out gradiated silver background. 53 By default this is the fading out gradiated silver background.
54 However, you could replace this with a bitmap specific for each forum 54 However, you could replace this with a bitmap specific for each forum
55 */ 55 */
56 td.rowpic { 56 td.rowpic {
57 background-color: {T_TD_COLOR2}; 57 background-color: {T_TD_COLOR2};
58 background-image: url(templates/subSilver/images/{T_TH_CLASS3}); 58 background-image: url(templates/subSilver/images/{T_TH_CLASS3});
59 background-repeat: repeat-y; 59 background-repeat: repeat-y;
60 } 60 }
61   61  
62 /* Header cells - the blue and silver gradient backgrounds */ 62 /* Header cells - the blue and silver gradient backgrounds */
63 th { 63 th {
64 color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 64 color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
65 background-color: {T_BODY_LINK}; height: 25px; 65 background-color: {T_BODY_LINK}; height: 25px;
66 background-image: url(templates/subSilver/images/{T_TH_CLASS2}); 66 background-image: url(templates/subSilver/images/{T_TH_CLASS2});
67 } 67 }
68   68  
69 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 69 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
70 background-image: url(templates/subSilver/images/{T_TH_CLASS1}); 70 background-image: url(templates/subSilver/images/{T_TH_CLASS1});
71 background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; 71 background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
72 } 72 }
73   73  
74 /* 74 /*
75 Setting additional nice inner borders for the main table cells. 75 Setting additional nice inner borders for the main table cells.
76 The names indicate which sides the border will be on. 76 The names indicate which sides the border will be on.
77 Don't worry if you don't understand this, just ignore it :-) 77 Don't worry if you don't understand this, just ignore it :-)
78 */ 78 */
79 td.cat,td.catHead,td.catBottom { 79 td.cat,td.catHead,td.catBottom {
80 height: 29px; 80 height: 29px;
81 border-width: 0px 0px 0px 0px; 81 border-width: 0px 0px 0px 0px;
82 } 82 }
83 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { 83 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
84 font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; 84 font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
85 } 85 }
86 td.row3Right,td.spaceRow { 86 td.row3Right,td.spaceRow {
87 background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; 87 background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
88 } 88 }
89   89  
90 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } 90 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
91 th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } 91 th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
92 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } 92 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
93 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } 93 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
94 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } 94 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
95 th.thTop { border-width: 1px 0px 0px 0px; } 95 th.thTop { border-width: 1px 0px 0px 0px; }
96 th.thCornerL { border-width: 1px 0px 0px 1px; } 96 th.thCornerL { border-width: 1px 0px 0px 1px; }
97 th.thCornerR { border-width: 1px 1px 0px 0px; } 97 th.thCornerR { border-width: 1px 1px 0px 0px; }
98   98  
99 /* The largest text used in the index page title and toptic title etc. */ 99 /* The largest text used in the index page title and toptic title etc. */
100 .maintitle { 100 .maintitle {
101 font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; 101 font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
102 text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; 102 text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
103 } 103 }
104   104  
105 /* General text */ 105 /* General text */
106 .gen { font-size : {T_FONTSIZE3}px; } 106 .gen { font-size : {T_FONTSIZE3}px; }
107 .genmed { font-size : {T_FONTSIZE2}px; } 107 .genmed { font-size : {T_FONTSIZE2}px; }
108 .gensmall { font-size : {T_FONTSIZE1}px; } 108 .gensmall { font-size : {T_FONTSIZE1}px; }
109 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } 109 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
110 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } 110 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
111 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } 111 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
112   112  
113 /* The register, login, search etc links at the top of the page */ 113 /* The register, login, search etc links at the top of the page */
114 .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } 114 .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
115 a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } 115 a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
116 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } 116 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
117   117  
118 /* Forum category titles */ 118 /* Forum category titles */
119 .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} 119 .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
120 a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } 120 a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
121 a.cattitle:hover{ text-decoration: underline; } 121 a.cattitle:hover{ text-decoration: underline; }
122   122  
123 /* Forum title: Text and link to the forums used in: index.php */ 123 /* Forum title: Text and link to the forums used in: index.php */
124 .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } 124 .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
125 a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } 125 a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
126 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } 126 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
127   127  
128 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ 128 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
129 .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} 129 .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
130 a.nav { text-decoration: none; color : {T_BODY_LINK}; } 130 a.nav { text-decoration: none; color : {T_BODY_LINK}; }
131 a.nav:hover { text-decoration: underline; } 131 a.nav:hover { text-decoration: underline; }
132   132  
133 /* titles for the topics: could specify viewed link colour too */ 133 /* titles for the topics: could specify viewed link colour too */
134 .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } 134 .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
135 a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } 135 a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
136 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } 136 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
137 a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } 137 a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
138   138  
139 /* Name of poster in viewmsg.php and viewtopic.php and other places */ 139 /* Name of poster in viewmsg.php and viewtopic.php and other places */
140 .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} 140 .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
141   141  
142 /* Location, number of posts, post date etc */ 142 /* Location, number of posts, post date etc */
143 .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } 143 .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
144   144  
145 /* The content of the posts (body of text) */ 145 /* The content of the posts (body of text) */
146 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} 146 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
147 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } 147 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
148 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } 148 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
149 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} 149 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
150   150  
151 /* Quote & Code blocks */ 151 /* Quote & Code blocks */
152 .code { 152 .code {
153 font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; 153 font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
154 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; 154 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
155 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px 155 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
156 } 156 }
157   157  
158 .quote { 158 .quote {
159 font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; 159 font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
160 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; 160 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
161 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px 161 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
162 } 162 }
163   163  
164 /* Copyright and bottom info */ 164 /* Copyright and bottom info */
165 .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} 165 .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
166 a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} 166 a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
167 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} 167 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
168   168  
169 /* Form elements */ 169 /* Form elements */
170 input,textarea, select { 170 input,textarea, select {
171 color : {T_BODY_TEXT}; 171 color : {T_BODY_TEXT};
172 font: normal {T_FONTSIZE2}px {T_FONTFACE1}; 172 font: normal {T_FONTSIZE2}px {T_FONTFACE1};
173 border-color : {T_BODY_TEXT}; 173 border-color : {T_BODY_TEXT};
174 } 174 }
175   175  
176 /* The text input fields background colour */ 176 /* The text input fields background colour */
177 input.post, textarea.post, select { 177 input.post, textarea.post, select {
178 background-color : {T_TD_COLOR2}; 178 background-color : {T_TD_COLOR2};
179 } 179 }
180   180  
181 input { text-indent : 2px; } 181 input { text-indent : 2px; }
182   182  
183 /* The buttons used for bbCode styling in message post */ 183 /* The buttons used for bbCode styling in message post */
184 input.button { 184 input.button {
185 background-color : {T_TR_COLOR1}; 185 background-color : {T_TR_COLOR1};
186 color : {T_BODY_TEXT}; 186 color : {T_BODY_TEXT};
187 font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; 187 font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
188 } 188 }
189   189  
190 /* The main submit button option */ 190 /* The main submit button option */
191 input.mainoption { 191 input.mainoption {
192 background-color : {T_TD_COLOR1}; 192 background-color : {T_TD_COLOR1};
193 font-weight : bold; 193 font-weight : bold;
194 } 194 }
195   195  
196 /* None-bold submit button */ 196 /* None-bold submit button */
197 input.liteoption { 197 input.liteoption {
198 background-color : {T_TD_COLOR1}; 198 background-color : {T_TD_COLOR1};
199 font-weight : normal; 199 font-weight : normal;
200 } 200 }
201   201  
202 /* This is the line in the posting page which shows the rollover 202 /* This is the line in the posting page which shows the rollover
203 help line. This is actually a text box, but if set to be the same 203 help line. This is actually a text box, but if set to be the same
204 colour as the background no one will know ;) 204 colour as the background no one will know ;)
205 */ 205 */
206 .helpline { background-color: {T_TR_COLOR2}; border-style: none; } 206 .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
207   207  
208 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ 208 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
209 @import url("templates/subSilver/formIE.css"); 209 @import url("templates/subSilver/formIE.css");
210 --> 210 -->
211 </style> 211 </style>
212 <!-- BEGIN switch_enable_pm_popup --> 212 <!-- BEGIN switch_enable_pm_popup -->
213 <script language="Javascript" type="text/javascript"> 213 <script language="Javascript" type="text/javascript">
214 <!-- 214 <!--
215 if ( {PRIVATE_MESSAGE_NEW_FLAG} ) 215 if ( {PRIVATE_MESSAGE_NEW_FLAG} )
216 { 216 {
217 window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; 217 window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
218 } 218 }
219 //--> 219 //-->
220 </script> 220 </script>
221 <!-- END switch_enable_pm_popup --> 221 <!-- END switch_enable_pm_popup -->
222 </head> 222 </head>
223 <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> 223 <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
224   224  
225 <a name="top"></a> 225 <a name="top"></a>
226   226  
227 <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 227 <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
228 <tr> 228 <tr>
229 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 229 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
230 <tr> 230 <tr>
231 <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> 231 <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
232 <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> 232 <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
233 <table cellspacing="0" cellpadding="2" border="0"> 233 <table cellspacing="0" cellpadding="2" border="0">
234 <tr> 234 <tr>
235 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp; 235 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
236 <!-- BEGIN switch_user_logged_out --> 236 <!-- BEGIN switch_user_logged_out -->
237 &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp; 237 &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
238 <!-- END switch_user_logged_out --> 238 <!-- END switch_user_logged_out -->
239 </td> 239 </td>
240 </tr> 240 </tr>
241 <tr> 241 <tr>
242 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td> 242 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
243 </tr> 243 </tr>
244 </table></td> 244 </table></td>
245 </tr> 245 </tr>
246 </table> 246 </table>
247   247  
248 <br /> 248 <br />