';
$sc_style['CPAGESUBTITLE|default']['post'] = '';
$sc_style['CPAGEMESSAGE|default']['pre'] = '';
$sc_style['CPAGEMESSAGE|default']['post'] = '
';
// page body
$PAGE_TEMPLATE['default']['body'] = '
{CPAGEMESSAGE|default}
{CPAGEAUTHOR|default}{CPAGEDATE|default}
{CPAGESUBTITLE|default}
{CPAGENAV|default}
{CPAGEBODY|default}
{CPAGERATING|default}
';
// used only when password authorization is required
$PAGE_TEMPLATE['default']['authorize'] = '
{message}
{form_open}
{caption}
{label} {password} {submit}
{form_close}
';
// used when access is denied (restriction by class)
$PAGE_TEMPLATE['default']['restricted'] = '
{text}
';
// used when page is not found
$PAGE_TEMPLATE['default']['notfound'] = '
{text}
';
// always used
$PAGE_TEMPLATE['default']['end'] = '
';
// options per template - disable table render
$PAGE_TEMPLATE['default']['noTableRender'] = false;
// define different tablerender mode here
$PAGE_TEMPLATE['default']['tableRender'] = 'cpage';
#### No table render example template ####
$PAGE_TEMPLATE['custom']['start'] = '';
$PAGE_TEMPLATE['custom']['body'] = '';
$PAGE_TEMPLATE['custom']['authorize'] = '
';
$PAGE_TEMPLATE['custom']['restricted'] = '
';
$PAGE_TEMPLATE['custom']['end'] = '
';
$PAGE_TEMPLATE['custom']['noTableRender'] = true;
$PAGE_TEMPLATE['custom']['tableRender'] = '';