but when i go to use them it is kicking back smarty errors.
string(80) "Smarty error: unable to read resource: "module_file_tpl:MenuManager;top_bar.tpl""
and
string(83) "Smarty error: unable to read resource: "module_file_tpl:MenuManager;bottom_bar.tpl""
i have inserted both into my template like this:
Code: Select all
{menu template='top_bar.tpl'}Code: Select all
{menu template='bottom_bar.tpl'}if i use:
Code: Select all
{menu template='cssmenu.tpl'}Thanks in advance.

