diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-18 14:49:19 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-18 14:49:19 +0000 |
commit | 951f793daeb358eace97cdd0b1c321766da55d48 (patch) | |
tree | 37ed80ac95e82e70ea9560ae3256d53fb423801a /phpBB/styles/subsilver2/template/ucp_pm_message_header.html | |
parent | 36e99af959799eab6610fc6f3ca0e2c76ba4020f (diff) | |
download | forums-951f793daeb358eace97cdd0b1c321766da55d48.tar forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.gz forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.bz2 forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.xz forums-951f793daeb358eace97cdd0b1c321766da55d48.zip |
some fixes. :P
- language authors may review their email template files...
git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_message_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_message_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_message_header.html b/phpBB/styles/subsilver2/template/ucp_pm_message_header.html index 0bbf658600..370fa673dd 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_message_header.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_message_header.html @@ -21,7 +21,7 @@ <!-- IF S_VIEW_MESSAGE --> <span class="gensmall"> <!-- IF S_DISPLAY_HISTORY --> - <a href="{U_VIEW_PREVIOUS_HISTORY}">{L_VIEW_PREVIOUS_HISTORY}</a> | <a href="{U_VIEW_NEXT_HISTORY}">{L_VIEW_NEXT_HISTORY}</a> | + <!-- IF U_VIEW_PREVIOUS_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}">{L_VIEW_PREVIOUS_HISTORY}</a> | <!-- ENDIF --><!-- IF U_VIEW_NEXT_HISTORY --><a href="{U_VIEW_NEXT_HISTORY}">{L_VIEW_NEXT_HISTORY}</a> | <!-- ENDIF --> <!-- ENDIF --><a href="{U_PREVIOUS_PM}">{L_VIEW_PREVIOUS_PM}</a> | <a href="{U_NEXT_PM}">{L_VIEW_NEXT_PM}</a> </span> <!-- ENDIF --> |