$default_color = $this->params->get("defaultcolor", "brown"); // set the default color | brown | darkb | green $default_font = $this->params->get("fontsize", "medium"); // SMALL | MEDIUM | BIG $default_width = $this->params->get("sitewidth", "wide"); // WIDE | NARROW //TOOLS CONTROL $showfont = $this->params->get("showfont", "1"); // SHOW FONT SWITCH = 1 | HIDE FONT SWITCH = 0 $showcolor = $this->params->get("showcolor", "1");// SHOW COLOR SWITCH = 1 | HIDE COLOR SWITCH = 0 $showwidth = $this->params->get("showwidth", "0"); // SHOW WIDTH SWITCH = 1 | HIDE WIDTH SWITCH = 0 $showsifr = $this->params->get("showsifr", "1");// SHOW sIFR SWITCH = 1 | HIDE sIFR SWITCH = 0 $show_login_and_tools = $this->params->get("show_login_and_tools", "1");// IF THIS OPTION IS ENABELD YOU WILL NOT BE ABLE TO USE HEADER AND BANNER MODULE POSITIONS $default_sifr = $this->params->get("sifrstyle", "Times"); // | Times | Bell | Georgia | Kelmscott $activate_sifr = $this->params->get("activsifr", "disable"); // enable | disable // SUCKERFISH MENU SWITCH // $menu_name = $this->params->get("menuName", "mainmenu");// mainmenu by default, can be any Joomla! menu name //MENU STYLE SWITCH// $menustyle = $this->params->get("menustyle", "2"); // 1 = Standard Dropdown (Suckerfish) | 2 = SMooth Dropdown // USE MENU IMAGES $useimages = $this->params->get("useimages", "0"); // 1 = use menu images | 0 = do not use menu images // SHOW PATHWAY// $showpath = $this->params->get("pathway", "1"); // 1 | 0 // USE SERVER SIDE SCRIPT AND CSS COMPRESSION FOR FASTER PAGE LOAD // mod_gzip module MUST BE ENABELED IN PHP.INI // IF YOU ARE NOT SUER WHAT THIS IS LEAVE THIS SETTING 0 $compress = $this->params->get("compress", "1"); // 1 = TURN COMPRESSION ON | 0 = TURN COMPRESSION OFF // SEO SECTION // $seo = $this->params->get ("seo", "Joomla Travel Template"); # JUST FOLOW THE TEXT $tags = $this->params->get ("tags", "Joomla Travel, Joomla Vacations, Youjoomla");# JUST FOLOW THE TEXT $show_world = $this->params->get("show_world", "1"); // SHOW LOCATIONS MAP IN USER 1 and 2 POSITION = 1 | HIDE LOCATIONS MAP = 0 #DO NOT EDIT BELOW THIS LINE////////////////////////////////////////////////////////////////////////// define( 'TEMPLATEPATH', dirname(__FILE__) ); include( TEMPLATEPATH.DS."settings.php"); include( TEMPLATEPATH.DS."styleswitcher.php"); ?>

Fatal error: Call to undefined function mosShowListMenu() in /home/esastrav/public_html/templates/destination/index.php on line 128