1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Corrected default css class on page template

This commit is contained in:
Cameron 2014-02-17 07:31:09 -08:00
parent fd39d345d6
commit 12f44ee207

View File

@ -35,7 +35,7 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
';
// always used - it's inside the {PAGE} sc from 'page' template
$PAGE_TEMPLATE['default']['start'] = '<div id="{CPAGESEF}" class="cpage_body">';
$PAGE_TEMPLATE['default']['start'] = '<div id="{CPAGESEF}" class="cpage_body cpage-body">';
// page body
$PAGE_TEMPLATE['default']['body'] = '
@ -83,7 +83,7 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
#### No table render example template ####
$PAGE_TEMPLATE['custom']['start'] = '<div class="cpage_body">';
$PAGE_TEMPLATE['custom']['start'] = '<div id="{CPAGESEF}" class="cpage-body">';
$PAGE_TEMPLATE['custom']['body'] = '';
$PAGE_TEMPLATE['custom']['authorize'] = '
';