phpbb/phpBB/templates/PSO/viewtopic_header.tpl
Paul S. Owen b44f5ef02b Pauls alternate template, this _requires_ a theme
git-svn-id: file:///svn/phpbb/trunk@239 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-03 23:25:25 +00:00

5 lines
No EOL
345 B
Smarty

<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
<tr>
<td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="/">{SITENAME}&nbsp;{L_INDEX}</a> -> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td>
</tr>
</table></div>