diff options
Diffstat (limited to 'phpBB/templates/PSO/viewtopic_header.tpl')
-rw-r--r-- | phpBB/templates/PSO/viewtopic_header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/viewtopic_header.tpl b/phpBB/templates/PSO/viewtopic_header.tpl new file mode 100644 index 0000000000..9697f0da84 --- /dev/null +++ b/phpBB/templates/PSO/viewtopic_header.tpl @@ -0,0 +1,5 @@ +<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} {L_INDEX}</a> -> <a href="viewforum.{PHPEX}?{S_FORUMS_URL}={FORUM_ID}">{FORUM_NAME}</a> -> {TOPIC_TITLE}</font></td> + </tr> +</table></div>
\ No newline at end of file |