aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/message_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-12 13:02:29 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-12 13:02:29 +0000
commit2ba03a411e561cb943f8ec8f11afc51eaa720275 (patch)
tree4c425e95dca99f8ef949866bd5903d76d73b73a6 /phpBB/styles/prosilver/template/message_body.html
parent48d88164e19fd81b849490d827dc5f43615171cb (diff)
downloadforums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar
forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.gz
forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.bz2
forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.xz
forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.zip
allow what is stated within the changelog...
git-svn-id: file:///svn/phpbb/trunk@7874 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/message_body.html')
-rw-r--r--phpBB/styles/prosilver/template/message_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html
index a1b6ddd530..01488e27ec 100644
--- a/phpBB/styles/prosilver/template/message_body.html
+++ b/phpBB/styles/prosilver/template/message_body.html
@@ -4,7 +4,7 @@
<div class="inner"><span class="corners-top"><span></span></span>
<h2>{MESSAGE_TITLE}</h2>
<p>{MESSAGE_TEXT}</p>
- <!-- IF SCRIPT_NAME == "search" --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
+ <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED --><p><a href="{U_SEARCH}" class="{S_CONTENT_FLOW_BEGIN}">{L_RETURN_TO_SEARCH_ADV}</a></p><!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
</div>