mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
BC Fix on Page-Template when [newpage] (now deprecated) was used.
This commit is contained in:
@@ -21,7 +21,7 @@ $sc_style['CPAGESUBTITLE|default']['post'] = '</h2>';
|
|||||||
$sc_style['CPAGEMESSAGE|default']['pre'] = '';
|
$sc_style['CPAGEMESSAGE|default']['pre'] = '';
|
||||||
$sc_style['CPAGEMESSAGE|default']['post'] = '<div class="clear"><!-- --></div>';
|
$sc_style['CPAGEMESSAGE|default']['post'] = '<div class="clear"><!-- --></div>';
|
||||||
|
|
||||||
$sc_style['CPAGENAV|default']['pre'] = '<div class="f-right">';
|
$sc_style['CPAGENAV|default']['pre'] = '<div class="f-right pull-right col-md-3">';
|
||||||
$sc_style['CPAGENAV|default']['post'] = '</div>';
|
$sc_style['CPAGENAV|default']['post'] = '</div>';
|
||||||
|
|
||||||
#### default template - BC ####
|
#### default template - BC ####
|
||||||
|
Reference in New Issue
Block a user