Add fluid container parameter to error.php and prepare for theme fieldset split
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,8 @@ $params_custom_head_end = $params->get('custom_head_end', '');
|
|||||||
$params_developmentmode = $params->get('developmentmode', false);
|
$params_developmentmode = $params->get('developmentmode', false);
|
||||||
|
|
||||||
// ------------------ Params ------------------
|
// ------------------ Params ------------------
|
||||||
|
$fluidContainer = (bool) $params->get('fluidContainer', 0);
|
||||||
|
$wrapper = $fluidContainer ? 'wrapper-fluid' : 'wrapper-static';
|
||||||
$stickyHeader = (bool) $params->get('stickyHeader', 0);
|
$stickyHeader = (bool) $params->get('stickyHeader', 0);
|
||||||
|
|
||||||
// Drawer icon params (escaped)
|
// Drawer icon params (escaped)
|
||||||
|
|||||||
Reference in New Issue
Block a user