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 @@ } ?> -
-