/** * @version $Id: index.php 26432 2015-02-05 21:39:35Z reggie $ * @author RocketTheme http:// www.rockettheme.com * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC * @license http:// www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * * Gantry uses the Joomla Framework (http:// www.joomla.org), a GNU/GPLv2 content management system * */ /* No Direct Access */ defined( '_JEXEC' ) or die( 'Restricted index access' ); header("Content-Type: text/html; charset=utf-8"); /* Load Mootools */ JHTML::_('behavior.framework', true); /* Load and Inititialize Gantry Class */ require_once(dirname(__FILE__) . '/lib/gantry/gantry.php'); $gantry->init(); /* Get the Current Preset */ $gpreset = str_replace(' ','',strtolower($gantry->get('name'))); ?>