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' ); } ?> helix3->PresetParam('_megabg')) ? $this->helix3->PresetParam('_megabg') : '#ffffff'; $megabgtx = ($this->helix3->PresetParam('_megatx')) ? $this->helix3->PresetParam('_megatx') : '#333333'; $preloader_bg = ($this->helix3->getParam('preloader_bg')) ? $this->helix3->getParam('preloader_bg') : '#f5f5f5'; $preloader_tx = ($this->helix3->getParam('preloader_tx')) ? $this->helix3->getParam('preloader_tx') : '#f5f5f5'; $this->helix3->addCSS('bootstrap.min.css, joomla-fontawesome.min.css, font-awesome-v4-shims.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'), 'megabg_color' => $megabgcolor, 'megatx_color' => $megabgtx, 'preloader_bg' => $preloader_bg, 'preloader_tx' => $preloader_tx, )) ->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'); $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 || $pinterest || $youtube || $linkedin || $dribbble || $behance || $skype || $flickr || $vk)) : ?>