How can I list Categories on main.tpl?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
jswarbrick
Posts: 2
Joined: Thu Oct 28, 2004 12:00 pm

How can I list Categories on main.tpl?

Post by jswarbrick »

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
Thorsten
Posts: 15741
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

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
jswarbrick
Posts: 2
Joined: Thu Oct 28, 2004 12:00 pm

Post by jswarbrick »

Hi Thorsten,

I did try modifying the array in index.php, but I didn't have much joy - what exactly should I insert into the array?

Thanks for the fantastic software; phpMyFAQ really is making a difference to our internal support site!

Take care,

John
Post Reply