diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-03 23:25:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-03 23:25:25 +0000 |
commit | b44f5ef02baeea65ee56f0cf66f62316fd5d8fba (patch) | |
tree | 4194e35885c5a4603f3992818c7600281dc4af37 /phpBB/templates/PSO/viewtopic_header.tpl | |
parent | 5c92a2a2dde5ac68afde85f7a584197abdcc7f8f (diff) | |
download | forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.gz forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.bz2 forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.tar.xz forums-b44f5ef02baeea65ee56f0cf66f62316fd5d8fba.zip |
Pauls alternate template, this _requires_ a theme
git-svn-id: file:///svn/phpbb/trunk@239 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |