Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/shaper_helixultimate/
Upload File :
Current File : /home/bijouxly/www/templates/shaper_helixultimate/comingsoon.php

<?php
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

defined ('_JEXEC') or die();

if (!$this->params->get('comingsoon'))
{
  header("Location: " . \JURI::root());
}

echo JLayoutHelper::render('comingsoon', array('language' => $this->language, 'direction' => $this->direction, 'params' => $this->params));