Automatic fixes

This commit is contained in:
2022-04-15 16:54:11 +02:00
parent bc3a0ad36d
commit def6d36a43
10 changed files with 27 additions and 33 deletions

View File

@@ -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;