From 2b74b120026d88532cafbaa44395a59e46d669de Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 28 Mar 2018 08:54:07 +0200 Subject: [PATCH] Wrong close comment and remove spacer - Wrong close comment for body-wrapper - remove useless HTML spacer --- template/index.php | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/template/index.php b/template/index.php index ec2e476..a7827c3 100644 --- a/template/index.php +++ b/template/index.php @@ -46,7 +46,6 @@ //Body Background Image if ($bg_image = $this->helix3->getParam('body_bg_image')) { - $body_style = 'background-image: url(' . JURI::base(true) . '/' . $bg_image . ');'; $body_style .= 'background-repeat: ' . $this->helix3->getParam('body_bg_repeat') . ';'; $body_style .= 'background-size: ' . $this->helix3->getParam('body_bg_size') . ';'; @@ -172,15 +171,12 @@ } ?> - -
helix3->generatelayout(); ?>
-
- +
@@ -194,14 +190,13 @@
- params->get('compress_css')) { $this->helix3->compressCSS(); } - $tempOption = $app->input->get('option'); - // $tempView = $app->input->get('view'); + $tempOption = $app->input->get('option'); + // $tempView = $app->input->get('view'); if ( $this->params->get('compress_js') && $tempOption != 'com_config' ) { $this->helix3->compressJS($this->params->get('exclude_js')); @@ -212,16 +207,12 @@ echo $before_body . "\n"; } ?> - - - params->get('goto_top')) { ?> - - \ No newline at end of file +