aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/newtopic_header.tpl
blob: 3e3d70a706d66c73fd37841c1a3eef2eafba2f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<tr>
	<td>
	  <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="center" style="{font-size: 8pt;}">
                    {L_POSTNEWIN}<br>
	            <a href="viewforum.{PHPEX}?forum_id={FORUM_ID}">{FORUM_NAME}</a>
	          </td>
	        </tr>
	      </table>
	    </td>
	  </tr>
	  </table>
	 </td>
	</tr>