Automatic fixes
This commit is contained in:
@@ -29,14 +29,11 @@ $leftImageValue = empty($params['imgleft'])
|
||||
$rightImageValue = empty($params['imgright'])
|
||||
? 'none'
|
||||
: "url(\"" . JPATH_BASE . $params['imgright'] . "\")";
|
||||
|
||||
?>
|
||||
|
||||
<?php
|
||||
if ($params['titlepage'] === '1') {
|
||||
echo "#left-menu { display: none; }\n";
|
||||
}
|
||||
?>
|
||||
<?php if ($params['titlepage'] === '1') {
|
||||
echo "#left-menu { display: none; }\n";
|
||||
} ?>
|
||||
|
||||
:root {
|
||||
--color-fg-top: <?php echo $params['topfgcolor1']; ?>;
|
||||
@@ -68,10 +65,9 @@ if ($params['titlepage'] === '1') {
|
||||
--image-right-side: <?php echo $rightImageValue; ?>;
|
||||
}
|
||||
|
||||
<?php
|
||||
// Stop execution here, the rest is for debugging
|
||||
exit();
|
||||
?>
|
||||
<?php // Stop execution here, the rest is for debugging
|
||||
|
||||
exit(); ?>
|
||||
|
||||
:root {
|
||||
--color-effect: blue;
|
||||
|
||||
Reference in New Issue
Block a user