View Single Post
Old January 15th, 2008, 7:05 PM   #6 (permalink)
Edwin
Surpassing Dutch
Super #1
 
Edwin's Avatar
 
Joined in Sep 2004
Hosted on SH98
2,528 posts
Gave thanks: 186
Thanked 45 times
Yes.. this fixed it.

The template had:
Code:
{categories}
<a href="{path=site_index}">{category_name}</a> 
{/categories}
changed to:
Code:
{categories}
<a href="{path=/site}">{category_name}</a> 
{/categories}
and it worls/
__________________
sh98
Edwin is offline   Reply With Quote