A guide to the basic Catalyst customisation options that can be configured in the template index.php file with a description of each of the available options and how they affect the presentation of the template.
Here is a breakdown of the available options:
$default_theme = "theme1"; // [theme1... theme6]
$body_style = "style1"; // [style1... style6]
$header_style = "header1"; // [header1... header10]
$enable_ie6warn = "false"; // true | false
$font_family = "catalyst"; // catalyst | geneva | optima | helvetica |trebuchet | lucida | georgia | palatino
$template_width = "958"; // width in px
$leftcolumn_width = "275"; // width in px
$rightcolumn_width = "275"; // width in px
$splitmenu_col = "rightcol"; // leftcol | rightcol
$menu_name = "mainmenu"; // mainmenu by default, can be any Joomla menu name
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$default_font = "default"; // smaller | default | larger
$show_pathway = "true"; // true | false
$show_moduleslider = "false"; // true | false
// module slider configuration
$max_mods_per_row = 3; // maximum number of modules per row
$modules_list = array(array("title"=>"Tab 1", "module"=>"user8"),
array("title"=>"Tab 2", "module"=>"user9"),
array("title"=>"Tab 3", "module"=>"user10"),
array("title"=>"Tab 4", "module"=>"user11"),
array("title"=>"Tab 5", "module"=>"user12"));
$default_theme = "theme1"; // [theme1...theme6]
$body_style = "style1"; // [style1...style6]
$header_style = "header1"; // [header1...header10]
$enable_ie6warn = "true"; // true | false
$template_width = "958"; // width in px
$menu_name ="mainmenu"; // mainmenu by default
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$max_mods_per_row = 3; // max number of modules per row (if wraps, adjust height)
$font_family= "geneva"; // geneva | optima | helvetica | trebuchet | lucida | georgia | palatino
$lefctolumn_width= "275"; // width in px
$rightcolumn_width= "275"; // width in px
$splitmenu_col = "rightcol"; // leftcol | rightcol
$default_font ="default"; // smaller | default | larger
$show_pathway= "false"; // true | false
$show_moduleslider = "true"; // true | false
$modules_list = array(array("title"=>"Group 1 Title", "module"=>"user8"),
array("title"=>"Group 2 Title", "module"=>"user9"),
array("title"=>"Group 3 Title", "module"=>"user10"),
array("title"=>"Group 4 Title", "module"=>"user11"),
array("title"=>"Group 5 Title", "module"=>"user12"));