A guide to the basic Dimensions 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... style10]
$enable_rokzoom = "true"; // true | false
$template_width = "950"; // width in px
$secondcol_width = "25%"; // width in px | width in %
$thirdcol_width = "25%"; // width in px | width in %
$menu_name = "mainmenu"; // can be any Joomla menu name
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$default_font = "default"; // smaller | default | larger
$show_pathway = "false"; // true | false
// module slider configuration
$modules_list = array(array("title"=>"Group 1 Stuff", "module"=>"user7"),
array("title"=>"Group 2 Panel", "module"=>"user8"),
array("title"=>"Group 3 Collection", "module"=>"user9"),
array("title"=>"Group 4 Assortment", "module"=>"user10"),
array("title"=>"Group 5 Items", "module"=>"user11"));
$module_slider_height = 200; // height in px
$max_mods_per_row = 3; // maximum number of modules per row
(adjust the height if this wraps)
$default_style = "style1"; //custom | [style1...style10]
$enable_rokzoom = "true"; // true | false
$template_width = "950"; // width in px | fluid
$secondcol_width = "25%"; // width in px or %
$thirdcol_width = "25%"; // width in px or %
$module_slider_height = 200; // height in px
$max_mods_per_row = 3; // max number of modules per row (if wraps, adjust height)
$menu_name = "mainmenu"; // mainmenu by default
$menu_type = "moomenu"; // moomenu | suckerfish | splitmenu | module
$default_font = "default"; // smaller | default | larger
$show_pathway = "false"; // true | false
$modules_list = array(array("title"=>"Group 1 Stuff", "module"=>"user7"),
array("title"=>"Group 2 Panel", "module"=>"user8"),
array("title"=>"Group 3 Collection", "module"=>"user9"),
array("title"=>"Group 4 Assortment", "module"=>"user10"),
array("title"=>"Group 5 Items", "module"=>"user11"));