|
From: Meik S. <acy...@ph...> - 2009-09-04 10:19:51
|
Author: acydburn
Date: Fri Sep 4 11:19:04 2009
New Revision: 10096
Log:
XHTML compatible viewforum_body.html again (thanks Raimon for pointing this out)
Modified:
branches/phpBB-3_0_0/phpBB/styles/prosilver/template/viewforum_body.html
Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/viewforum_body.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/viewforum_body.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/viewforum_body.html Fri Sep 4 11:19:04 2009
***************
*** 3,13 ****
<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<!-- IF FORUM_DESC or MODERATORS or U_MCP -->
! <p>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
<!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF -->
! </p>
<!-- ENDIF -->
<!-- IF S_FORUM_RULES -->
--- 3,13 ----
<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<!-- IF FORUM_DESC or MODERATORS or U_MCP -->
! <div>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
<!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF -->
! </div>
<!-- ENDIF -->
<!-- IF S_FORUM_RULES -->
|