I want to put a site map on the main page so I cut and paste the code from sitemap.tpl into my main.tpl
<!-- BEGIN MAP LINE --> <!-- BEGIN REGULAR --> {INDENT} <a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a> <br> <!-- END REGULAR --> <!-- END MAP LINE -->
But it doesn't work and just shows {INDENT} Top Level
Comments on Site Map on Main.TPL
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I want to put a site map on the main page so I cut and paste the code from sitemap.tpl into my main.tpl
<!-- BEGIN MAP LINE -->
<!-- BEGIN REGULAR -->
{INDENT} <a href="index.php?action=displaycat&catid={CATID}">{CATNAME}</a>
<br>
<!-- END REGULAR -->
<!-- END MAP LINE -->
But it doesn't work and just shows {INDENT} Top Level
My URL is http://www.thedogscene.co.uk/index.php
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The sitemap only works in sitemap.php. That's largely to save RAM but I'll see if it can be made more flexible in the future.