{---}'; $PAGE_WRAPPER['default']['CPAGEMESSAGE'] = '{---}
'; $PAGE_WRAPPER['default']['CPAGEAUTHOR'] = "{---}, "; $PAGE_WRAPPER['default']['CPAGENAV'] = '
{---}
'; #### 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} {CPAGESUBTITLE}
{CPAGENAV} {CPAGEBODY}
{CPAGERATING} {CPAGEEDIT} '; // {CPAGEFIELD: name=image} $PAGE_WRAPPER['default']['CPAGEEDIT'] = "
{---}
"; // 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'; $PAGE_TEMPLATE['default']['related']['caption'] = '{LAN=RELATED}'; $PAGE_TEMPLATE['default']['related']['start'] = '{SETIMAGE: w=350&h=350&crop=1}
'; $PAGE_TEMPLATE['default']['related']['item'] = '
{RELATED_IMAGE}

{RELATED_TITLE}

'; $PAGE_TEMPLATE['default']['related']['end'] = '
'; // $PAGE_TEMPLATE['default']['editor'] = ''; #### 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'] = ''; $PAGE_WRAPPER['profile']['CMENUIMAGE: template=profile'] = '{---}'; $PAGE_TEMPLATE['profile'] = $PAGE_TEMPLATE['default']; $PAGE_TEMPLATE['profile']['body'] = ' {CPAGEMESSAGE} {CPAGESUBTITLE}
{CPAGENAV|default} {SETIMAGE: w=320} {CMENUIMAGE: template=profile} {CPAGEBODY}
{CPAGERATING} {CPAGEEDIT} ';