1
Hi,
I can display my smarty constant in my theme file. Anybody knows why?
I've download neoblue theme. After installing it, I found the navigator section at top of the html theme can not be displayed properly, everything else is fine.
<li><a href="<{$xoops_url}>/modules/mylinks"><{$smarty.const._MA_MENU_LINKS}>a>li>
<li><a href="<{$xoops_url}>/modules/works"><{$smarty.const._MA_MENU_PORTFOLIO}>a>li>
<li><a href="<{$xoops_url}>/modules/contact"><{$smarty.const._MA_MENU_CONTACT}>a>li>
It displays like this:
_MA_MENU_LINKS, _MA_MENU_PORTFOLIO, _MA_MENU_CONTACT instead the correct words.
Anybody help? Thanks a lot.