Report#79: Change Style - activate this function - Code provided by Christian_N

This commit is contained in:
Kevin
2008-03-16 13:56:26 +00:00
parent ca743e8809
commit e22397bb64
9 changed files with 77 additions and 65 deletions

View File

@@ -167,6 +167,12 @@ Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3por
<find><![CDATA[// End session management]]></find>
<action type="after-add"><![CDATA[$user->add_lang('mods/lang_portal_acp_logs');]]></action>
</edit>
</open>
<open src="includes/session.php">
<edit>
<find><![CDATA[if (!empty($_GET['style']) && $auth->acl_get('a_styles'))]]></find>
<action type="replace-with"><![CDATA[if (!empty($_GET['style']))]]></action>
</edit>
</open>
<open src="styles/prosilver/template/overall_header.html">
<edit>