On the themes i try i get this error messege.
Code: Select all
string(79) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;Outdoors Nav""
here is the menu im testing:
http://themes.cmsmadesimple.org/index.p ... eturnid=63
Code: Select all
string(79) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;Outdoors Nav""
Seems to me, it's a similar problem, maybe the solution is also similar?# s-marty - October 11, 2008, 4:47 am
Menu does not work, seems there is no menu template.
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'} " is missing.
Thanks for contributing anyway
-----------------------------------------------------------------------------------------------
# Deak - October 16, 2008, 6:53 am
To fix this just go into the Template and replace:
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'}"
With:
"{menu template='cssmenu.tpl' number_of_levels='1' start_level='1'}"
You will also probably want to add display: none to the dfn in the stylesheet.