$live_site = $mainframe->getCfg('live_site'); $template_path = $this->baseurl . '/templates/' . $this->template; $default_theme = $this->params->get("defaultTheme", "theme1"); $body_style = $this->params->get("bodyStyle", "style1"); $header_style = $this->params->get("headerStyle", "header1"); $enable_ie6warn = ($this->params->get("enableIe6warn", 1) == 0)?"false":"true"; $font_family = $this->params->get("fontFamily", "catalyst"); $template_width = $this->params->get("templateWidth", "958"); $leftcolumn_width = $this->params->get("leftcolumnWidth", "275"); $rightcolumn_width = $this->params->get("rightcolumnWidth", "275"); $splitmenu_col = $this->params->get("splitmenuCol", "leftcol"); $menu_name = $this->params->get("menuName", "mainmenu"); $menu_type = $this->params->get("menuType", "moomenu"); $default_font = $this->params->get("defaultFont", "default"); $show_breadcrumbs = ($this->params->get("showBreadcrumbs", 0) == 0)?"false":"true"; $show_moduleslider = ($this->params->get("showModuleslider", 1) == 0)?"false":"true"; // moomenu options $moo_bgiframe = ($this->params->get("moo_bgiframe'","0") == 0)?"false":"true"; $moo_delay = $this->params->get("moo_delay", "500"); $moo_duration = $this->params->get("moo_duration", "700"); $moo_fps = $this->params->get("moo_fps", "300"); $moo_transition = $this->params->get("moo_transition", "Back.easeOut"); // module title for moduleslider $max_mods_per_row = $this->params->get("maxModsPerRow", 3); $ms_title1 = $this->params->get("msTitle1", "Group 1 Tab"); $ms_title2 = $this->params->get("msTitle2", "Group 2 Tab"); $ms_title3 = $this->params->get("msTitle3", "Group 3 Tab"); $ms_title4 = $this->params->get("msTitle4", "Group 4 Tab"); $ms_title5 = $this->params->get("msTitle5", "Group 5 Tab"); $ms_module1 = $this->params->get("msModule1", "user8"); $ms_module2 = $this->params->get("msModule2", "user9"); $ms_module3 = $this->params->get("msModule3", "user10"); $ms_module4 = $this->params->get("msModule4", "user11"); $ms_module5 = $this->params->get("msModule5", "user12"); require(YOURBASEPATH . DS . "rt_styleloader.php"); if ($theme != "custom") { global $bstyle, $hstyle; setStyles($theme); } ?>