aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/viewforum_footer.tpl
blob: c14ac4f8a7a713debc33ee5a76687f18c4202795 (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%" align="center" 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;}">
	            <a href="posting.{PHPEX}?mode=newtopic&forum_id={FORUM_ID}">
	            <img src="images/newpost.jpg" height="50" width="250" alt="Post New Topic" border="0">
	            </a>
	          </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; height: 55px;}">
                  {JUMPBOX}
	            </td>                             
	          </tr>                               
	        </table>                              
	      </td>                                    
	    </tr>
	    </table>
	  
	 </td>
	</tr>
  </table>
 </td>
</tr>