toString(array('path', 'query', 'fragment')); // 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'))); ?> get('layout-mode') == '960fixed') : ?> get('layout-mode') == '1200fixed') : ?> displayHead(); $gantry->addStyle('grid-responsive.css', 5); $gantry->addLess('bootstrap.less', 'bootstrap.css', 6); $gantry->addLess('global.less', 'master.css', 8, array('main-body'=>$gantry->get('main-body','light'), 'main-accent'=>$gantry->get('main-accent', '#a84d6c'))); if ($gantry->browser->name == 'ie'){ if ($gantry->browser->shortversion == 9){ $gantry->addInlineScript("if (typeof RokMediaQueries !== 'undefined') window.addEvent('domready', function(){ RokMediaQueries._fireEvent(RokMediaQueries.getQuery()); });"); } if ($gantry->browser->shortversion == 8){ $gantry->addScript('html5shim.js'); } } if ($gantry->get('layout-mode', 'responsive') == 'responsive') $gantry->addScript('rokmediaqueries.js'); if ($gantry->get('loadtransition')) { $gantry->addScript('load-transition.js'); $hidden = ' class="rt-hidden"';} ?> displayBodyTag(); ?>>
countModules('top') or $gantry->countModules('header')) : ?>
countModules('top')) : ?>
displayClassesByTag('rt-top'); ?>>
displayModules('top','standard','standard'); ?>
displayBodyTag()?>> displayModules('background','basic','basic'); ?> countModules('showcase')) and (!$gantry->countModules('feature'))) : ?>
countModules('header')) : ?>
displayModules('header','standard','standard'); ?>
countModules('showcase')) : ?>
displayModules('showcase','standard','standard'); ?>
countModules('feature')) : ?>
displayModules('feature','standard','standard'); ?>
countModules('drawer')) : ?>
displayModules('drawer','standard','standard'); ?>
get('loadtransition')) echo $hidden; ?>>
countModules('utility')) : ?>
displayModules('utility','standard','standard'); ?>
countModules('breadcrumb')) : ?>
displayModules('breadcrumb','standard','standard'); ?>
countModules('maintop')) : ?>
displayModules('maintop','standard','standard'); ?>
displayMainbody('mainbody','sidebar','standard','standard','standard','standard','standard'); ?>
countModules('mainbottom')) : ?>
displayModules('mainbottom','standard','standard'); ?>
countModules('extension')) : ?>
displayModules('extension','standard','standard'); ?>
countModules('bottom')) : ?>
displayModules('bottom','standard','standard'); ?>
countModules('footer') or $gantry->countModules('copyright')) : ?>
countModules('footer')) : ?> countModules('copyright')) : ?>
countModules('debug')) : ?>
displayModules('debug','standard','standard'); ?>
displayModules('popup','popup','popup'); echo $gantry->displayModules('login','login','popup'); /** End Popup s**/ ?> countModules('analytics')) : ?> displayModules('analytics','basic','basic'); ?>
finalize(); ?>