helix3 = Helix3::getInstance(); } else { die('Please install and activate helix plugin'); } //custom css file $custom_css_path = JPATH_ROOT . '/templates/' . $this->template . '/css/custom.css'; //Comingsoon Logo if ($logo_image = $this->params->get('comingsoon_logo')) { $logo = JURI::root() . '/' . $logo_image; $path = JPATH_ROOT . '/' . $logo_image; } else { $logo = $this->baseurl . '/templates/' . $this->template . '/images/presets/preset1/logo.png'; $path = JPATH_ROOT . '/templates/' . $this->template . '/images/presets/preset1/logo.png'; } if (file_exists($path)) { $image = new JImage( $path ); $logo_width = $image->getWidth(); $logo_height = $image->getHeight(); } else { $logo_width = ''; $logo_height = ''; } $comingsoon_title = $this->params->get('comingsoon_title'); if ($comingsoon_title) { $doc->setTitle( $comingsoon_title . ' | ' . $app->get('sitename') ); } $comingsoon_date = explode('-', $this->params->get("comingsoon_date")); //Load jQuery JHtml::_('jquery.framework'); ?>
helix3->getParam('favicon')) { $doc->addFavicon( JURI::base(true) . '/' . $favicon); } else { $doc->addFavicon( $this->helix3->getTemplateUri() . '/images/favicon.ico' ); } ?>