Hi all,
I’ve got the template fully working in Joomla 1.5 😎
Add the following code directly under line 11 (the one containing _VALID_MOS):
[PHP]# JA-Zibal fix for Joomla 1.5 by Bravo_Kernel ##
global $iso, $ja_color_themes, $ja_header_images;
global $ja_width_default, $ja_color_default, $ja_font_size_default, $ja_tool, $ja_menutype;
global $ja_template_path, $ja_template_absolute_path, $ja_headerimg;
global $topnav, $subnav, $ja_menutype, $ja_sidecol;
global $divid, $divwrapid, $footermodule, $divwidth, $divheight;[/PHP]
I know it is a bit overkill but hey, I couldn’t be bothered to follow all the vars and it works so enjoy.
HTH,
Bravo