mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
Custom Page fixes and page breadcrumbs
This commit is contained in:
@@ -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 cpage-body">';
|
||||
$PAGE_TEMPLATE['default']['start'] = '<div id="{CPAGESEF}" class="cpage_body cpage-body">{CHAPTER_BREADCRUMB}';
|
||||
|
||||
// page body
|
||||
$PAGE_TEMPLATE['default']['body'] = '
|
||||
|
Reference in New Issue
Block a user