Current Path :
/
home
/
develito
/
public_html
/
templates
/
jsn_epic2_pro
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/public_html/templates/jsn_epic2_pro/index.php
<?php /** * @version $Id$ * @package SUN Framework * @author JoomlaShine Team <support@joomlashine.com> * @copyright Copyright (C) 2012 JoomlaShine.com. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html * * Websites: http://www.joomlashine.com * Technical Support: Feedback - http://www.joomlashine.com/contact-us/get-support.htmlx */ // No direct access to this file. defined('_JEXEC') or die; // Add script declaration. JFactory::getDocument()->addScriptDeclaration( 'SunBlank.initTemplate();' ); // Let SUN Framework handle the rest. SunFwSite::getInstance()->render( 'index' );