'; $sc_style['CPAGESUBTITLE|default']['post'] = ''; $sc_style['CPAGEMESSAGE|default']['pre'] = ''; $sc_style['CPAGEMESSAGE|default']['post'] = '
'; $sc_style['CPAGENAV|default']['pre'] = '
'; $sc_style['CPAGENAV|default']['post'] = '
'; #### default template - BC #### // used only for parsing comment outside of the page tablerender-ed content // leave empty if you integrate page comments inside the main page template $PAGE_TEMPLATE['default']['page'] = ' {PAGE} {PAGECOMMENTS} '; // always used - it's inside the {PAGE} sc from 'page' template $PAGE_TEMPLATE['default']['start'] = '
{CHAPTER_BREADCRUMB}'; // page body $PAGE_TEMPLATE['default']['body'] = ' {CPAGEMESSAGE|default} {CPAGESUBTITLE|default}
{CPAGENAV|default} {CPAGEBODY|default}
{CPAGERATING|default} '; // used only when password authorization is required $PAGE_TEMPLATE['default']['authorize'] = '
{message} {form_open}
{caption}
{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'] = '{CPAGERELATED: types=page,news}
'; // options per template - disable table render // $PAGE_TEMPLATE['default']['noTableRender'] = false; //XXX Deprecated // 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']['tableRender'] = ''; ?>