Hello,
I'm trying to display a list of categories on main.tpl, but whenever I try to paste the following code into main.tpl, it isn't parsed - it just displays as text in the browser:
<div id="mainnav">
<ul>
<li>{backToHome}</li>
<li>{allCategories}</li>
{showCategories}
</ul>
</div>
The code does work within index.tpl - what do I need to modify in order to get this working?
Thanks in advance!
John
How can I list Categories on main.tpl?
Moderator: Thorsten
Hi,
did you added the definitions for your changes in the template array in index.php?
bye
Thorsten
did you added the definitions for your changes in the template array in index.php?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 2
- Joined: Thu Oct 28, 2004 12:00 pm