Search found 2 matches

by jswarbrick
Thu Oct 28, 2004 1:19 pm
Forum: General discussions
Topic: How can I list Categories on main.tpl?
Replies: 2
Views: 4984

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
by jswarbrick
Thu Oct 28, 2004 12:03 pm
Forum: General discussions
Topic: How can I list Categories on main.tpl?
Replies: 2
Views: 4984

How can I list Categories on main.tpl?

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 ...