Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 5:07 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Mon Sep 10, 2007 3:56 pm 
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 9:12 pm
Posts: 961
Location: UK
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


Top
  E-mail  
 
Posted: Sat Sep 15, 2007 9:25 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Mon Sep 12, 2005 7:41 pm
Posts: 1374
Location: Glasgow - Scotland
hi lw-d :)

Not sure if this'll work (it's just an idea), but you could just try replacing that code with:

Code:
$topnav = "<jdoc:include type=\"modules\" name=\"$menu_name\" style=\"xhtml\"  />
$subnav = "<jdoc:include type=\"modules\" name=\"$menu_name\" style=\"xhtml\"  />


HTH,

Waseem

_________________
http://www.bulletprooftemplates.com/ - New Joomla 1.5 templates from an old Joomla head
If you don't know the answer don't be afraid to ask someone who does


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: _prakash and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group