Current File : /home/pacjaorg/pacjaorg/cop.pacja.org/templates/eventus2/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));