aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-25 16:10:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-25 16:10:57 +0000
commit30a0cf29fbc971e04f62be9ef12da3e03327d5d5 (patch)
treeaa11be3a03ef846a15c18fadc86d7471b10f72ef /phpBB/styles
parent80e28a2db7d7167f24d938390d4907ed0081a65c (diff)
downloadforums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar
forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.gz
forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.bz2
forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.tar.xz
forums-30a0cf29fbc971e04f62be9ef12da3e03327d5d5.zip
do not ask why i put the pm table there instead of the polls. :o
- remove forum description from title tag (now it's able to hold bbcode etc. resulting in broken layout) git-svn-id: file:///svn/phpbb/trunk@5721 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subSilver/template/mcp_header.html2
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_header.html b/phpBB/styles/subSilver/template/mcp_header.html
index f07d6121dd..547afc329a 100644
--- a/phpBB/styles/subSilver/template/mcp_header.html
+++ b/phpBB/styles/subSilver/template/mcp_header.html
@@ -16,7 +16,7 @@ function marklist(form_name, status)
<!-- IF TOPIC_TITLE or FORUM_NAME -->
<div id="pageheader">
- <h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></h2>
+ <h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>
<!-- IF MODERATORS -->
<p class="moderators">{L_MODERATORS}: {MODERATORS}</p>
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index 83162921b6..8a4026a8df 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -63,7 +63,7 @@ function checkForm()
<!-- IF not S_PRIVMSGS -->
<div id="pageheader">
- <h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- ENDIF --></h2>
+ <h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEWTOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>
<!-- IF MODERATORS -->
<p class="moderators">{L_MODERATORS}: {MODERATORS}</p>