A guide to the basic MetaMorph 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_style = "style1"; // style1 - style5
$enable_ie6warn = "false"; // true | false
$font_family = "default"; // default | geneva | optima | helvetica | trebuchet | lucida | georgia | palatino
$template_width = "968"; // width in px
$leftcolumn_width = "270"; // width in px (minimum supported width: 270px)
$rightcolumn_width = "270"; // width in px (minimum supported width: 270px)
$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_moduleslider = "true"; // true | false
$moduleslider_location = "right"; // left | middle | right
$moduleslider_height = "240"; // height in px
$show_pathway = "false"; // true | false
$show_logo = "true"; // true | false
$show_bottomlogo = "true"; // true | false
$show_date = "true"; // true | false
$show_controls = "true"; // true | false
$show_copyright = "true"; // true | false
// module slider configuration
$max_mods_per_row = 3; // maximum number of modules per row (adjust the height if this wraps)
$modules_list = array(array("title"=>"Tab One", "module"=>"user11"),
array("title"=>"Tab Two", "module"=>"user12"),
array("title"=>"Tab Three", "module"=>"user13"),
array("title"=>"Tab Four", "module"=>"user14"),
array("title"=>"Tab Five", "module"=>"user15"));
$default_style = "style1"; // [style1 - style5]
$enable_ie6warn = "true"; // true | false
$font_family= "default"; // geneva|optima|helvetica|trebuchet|lucida|georgia|palatino
$template_width = "962"; // width in px
$lefctolumn_width = "250"; // width in px
$rightcolumn_width = "250"; // width in px
$splitmenu_col = "rightcol"; // leftcol | rightcol
$menu_name = "mainmenu"; // mainmenu by default
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$default_font = "default"; // smaller | default | larger
$show_moduleslider = "true"; // true | false
$moduleslider_location = "right"; // left | middle | right
$moduleslider_height = "240"; // height in px
$show_pathway = "false"; // true | false
$show_logo = "true"; // true | false
$show_bottomlogo = "true"; // true | false
$show_date = "true"; // true | false
$show_controls = "true"; // true | false
$show_copyright = "true"; // true | false
$max_mods_per_row = 3; // max number of modules per row (if wraps, adjust height)
$modules_list = array(array("title"=>"Tab One", "module"=>"user11"),
array("title"=>"Tab Two", "module"=>"user12"),
array("title"=>"Tab Three", "module"=>"user13"),
array("title"=>"Tab Four", "module"=>"user14"),
array("title"=>"Tab Five", "module"=>"user15"));