Firenzie has 10, pre-made styles that can be easily selected from the option shown below. Simply change the settings between the two " " tags to your style of choice.
$default_style = "style1";
//custom | [style1...style10]
RokZoom, a powerful and presentationally excellent script can sometimes come into conflict with other javascript libraries, you can disable it with the following settings.
$enable_rokzoom = "true";
// true | false
You have the ability to select, with ease, the width of the template. The setting below is what you edit to either reduce or increase templates width.
$template_width = "990";
// width in px | fluid
You have the ability to select, with ease, the width of the side column. The setting below is what you edit to either reduce or increase side column width.
$sidebar_width = "25%";
// width in px or %
The following parameter controls where the RTSplitmenu sub menu is placed. You can choose between the left or right side. By default, the sidebar is loaded in the right..
$sidebar_side = "right";
// left | right
The following parameter controls which Joomla! menu is loaded for the horizontal navigation bar. Therefore, you can use a custom menu instead of a default menu.
$menu_name = "mainmenu";
// mainmenu by default
Firenzie has the 4 options for the horizontal navigation bar. You can either, select moomenu, the latest menu addition; suckerfish, the basic vertical dropdown menu; splitmenu, the popular classic or have the area as a separate module position.
$menu_type = "moomenu";
// moomenu | suckerfish | splitmenu | module
Based on your own personal preference, or the preference of your users; you can easily set the default font size of the text in your site by editing the following line:
$default_font = "default";
// smaller | default | larger
Sometimes sites just look better with no pathway, and we've provided a convenient toggle to allow you to disable this for your site
$show_pathway = "true";
// true | false