aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewforum_header.tpl
blob: dfc5c52b49e9e9a7de7a6866163e805009cda52f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<tr>
	<td>
	<table border="0" width="100%" cellpadding="0" cellspacing="0">
	  <tr>
	  <td>
	   <table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
	    <tr>                           
	      <td>                         
	        <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
	          <tr>                                
	            <td align="left" style="{font-size: 8pt; height: 55px;}" nowrap>
							<div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div>
							Moderated by - {MODERATORS}<br>
	            <a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
	            </td>                             
	          </tr>                               
	        </table>                              
	      </td>                                   
	    </tr>                                      
	    </table>
	  <table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
	  <tr>
	    <td>
	      <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
	        <tr>
	          <td align="right" style="{font-size: 8pt;}">
	            <a href="{U_POST_NEW_TOPIC}">
	            <img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0">
	            </a>
	          </td>
	        </tr>
	      </table>
	    </td>
	  </tr>
	  </table>
		</td>
		</tr>
		</table>
	 </td>
	</tr>