b0y-101 Mini Shell


Current Path : E:/www/plan/components/com_jevents/views/default/icalevent/tmpl/
File Upload :
Current File : E:/www/plan/components/com_jevents/views/default/icalevent/tmpl/detail.php

<?php 
defined('_JEXEC') or die('Restricted access');

ob_start();
echo $this->loadTemplate("body");
$body = ob_get_clean();

$this->_header();
//  don't show navbar stuff for events detail popup
if( !$this->pop ){
	$this->_showNavTableBar();
}
echo $body;
if( !$this->pop ){
	$this->_viewNavAdminPanel();
}

$this->_footer();

Copyright © 2019 by b0y-101