A guide to the basic MediaMogul 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... style6]
$enable_rokzoom = "true"; // true | false
$enable_pngfix = "false"; // true | false
$template_width = "966"; // width in px
$sidebar_width = "250"; // width in px
$sidebar_side = "right"; // left | right
$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_fontbuttons = "true"; // true | false
$show_pathway = "false"; // true | false
$show_moduleslider = "true"; // true | false
// module slider configuration
$module_slider_height = 200; // height in px
$max_mods_per_row = 3; // maximum number of modules per row (adjust the height if this wraps)
$modules_list = array(array("title"=>"Group 1 Title", "module"=>"user12"),
array("title"=>"Group 2 Title", "module"=>"user13"),
array("title"=>"Group 3 Title", "module"=>"user14"),
array("title"=>"Group 4 Title", "module"=>"user15"),
array("title"=>"Group 5 Title", "module"=>"user16"));
$default_style = "style1"; //custom | [style1...style6]
$enable_rokzoom = "true"; // true | false
$template_width = "966"; // width in px | fluid
$menu_name ="mainmenu"; // mainmenu by default
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$module_slider_height = 200; // height in px
$max_mods_per_row = 3; // max number of modules per row (if wraps, adjust height)
$enable_pngfix= "false"; // true | false
$sidebar_width= "250"; // width in px
$sidebar_side= "right"; // left | right
$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"=>"user12"),
array("title"=>"Group 2 Title", "module"=>"user13"),
array("title"=>"Group 3 Title", "module"=>"user14"),
array("title"=>"Group 4 Title", "module"=>"user15"),
array("title"=>"Group 5 Title", "module"=>"user16"));