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'; $ratlogo = $this->baseurl . '/templates/' . $this->template . '/images/presets/preset1/logo@2x.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' ); } ?> helix3->addCSS('bootstrap.min.css, font-awesome.min.css') ->lessInit()->setLessVariables(array( 'preset'=>$this->helix3->Preset(), 'bg_color'=> $this->helix3->PresetParam('_bg'), 'text_color'=> $this->helix3->PresetParam('_text'), 'major_color'=> $this->helix3->PresetParam('_major') )) ->addLess('master', 'template') ->addLess('presets', 'presets/'.$this->helix3->Preset()) ->addJS('jquery.countdown.min.js'); // has exist custom.css then load it if (file_exists($custom_css_path)) { $this->helix3->addCSS('custom.css'); } //background image $comingsoon_bg = ''; $hascs_bg = ''; if ($cs_bg = $this->params->get('comingsoon_bg')) { $comingsoon_bg = JURI::root() . $cs_bg; $hascs_bg = 'has-background'; } ?>

params->get('comingsoon_content') ) { ?>
params->get('comingsoon_content'); ?>
countModules('comingsoon')) { ?>
params->get('facebook'); $twitter = $this->params->get('twitter'); $googleplus = $this->params->get('googleplus'); $pinterest = $this->params->get('pinterest'); $youtube = $this->params->get('youtube'); $linkedin = $this->params->get('linkedin'); $dribbble = $this->params->get('dribbble'); $behance = $this->params->get('behance'); $skype = $this->params->get('skype'); $flickr = $this->params->get('flickr'); $vk = $this->params->get('vk'); if( $this->params->get('show_social_icons') && ( $facebook || $twitter || $googleplus || $pinterest || $youtube || $linkedin || $dribbble || $behance || $skype || $flickr || $vk ) ) { $html = '