diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
commit | 60000cec97aa54169c215df7683e76157b3bbcf7 (patch) | |
tree | fa7017f1219b5758414b2ecf24d69a2987d49eaa /phpBB/styles/prosilver/template/viewtopic_print.html | |
parent | 49d351be1d3ac82b352767e966400fc23a5cfb4b (diff) | |
download | forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.gz forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.bz2 forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.xz forums-60000cec97aa54169c215df7683e76157b3bbcf7.zip |
Some fixes...
@translators: please note the split of SEND_EMAIL ;)
git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index c9fb542eb4..db6a5c7648 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -23,10 +23,10 @@ <div id="page-header"> <h1>{SITENAME}</h1> - <p>{SITE_DESCRIPTION}<br />{U_FORUM}</p> + <p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p> <h2>{TOPIC_TITLE}</h2> - <p>{U_TOPIC}</p> + <p><a href="{U_TOPIC}">{U_TOPIC}</a></p> </div> <div id="page-body"> |