direction = JRequest::getVar('dir', 'ltr'); // for testing or demo only global $omg; require_once(dirname(__FILE__) . DS . 'lib' . DS . 'omg.tpl.php'); //$omg->document->addScript(OURI_JUI_MEDIA_JS.'/respond.min.js'); JHtml::_('bootstrap.framework'); //JHtmlBootstrap::loadCss($includeMaincss = true, $this->direction); omg_loadBootstrapCss($includeMaincss = true, $this->direction); // load main template CSS file omg_loadTemplateMainCss(); // load preset CSS file omg_loadPresetCss(); // load custom css for background and typo omg_renderCustomBgCss(); omg_renderCustomTypoCss(); ?>