Hi all,
99% of migration complete, just a problem with the menu someone in the template. I have a php file named core.php that I have called from the template. The following code from the core.php file seems to be messing up the template:
Code:
$topnav = ShowMenu($menu_name);
$subnav = ShowSubMenu($menu_name);
The error message I get is:
Code:
Fatal error: Call to undefined function: showmenu() in /home/site/public_html/2nx15/templates/2nx/core.php on line 6
If I comment out the menu calls, then the site works (minus the menu of course).
Is there anything obvious that might be causing this?
Thanks