Ryan Lanctot
10-04-2006, 01:50 AM
Hi, I've run into a bit of a problem, perhaps someone can help me out.
I'm running v1.2 Pro with the FireAndIce theme here:
http://www.bicycles-for-humanity.org/portal
I had to turn off 'use mod_rewrite' to get it to work properly. My problem now is the links under the 'Categories' work but the ones under 'Main Categories' don't. It's almost if the template expects you to be using mod_rewrite.
I think the problem is here in the header.tpl file:
<div class="box">
<div class="box-caption">Main {$lang.categories}</div>
<div class="box-content">
{foreach from=$top_categories item=top_category}
<p class="top-category"><a href="{$config.base}{$config.dir}{$top_category.path}/">{$top_category.title}</a></p>
{/foreach}
</div>
</div>
Specifically at the <p class= line, but I'm at a loss as to how to fix it. Anyone have any ideas? Thanks!
I'm running v1.2 Pro with the FireAndIce theme here:
http://www.bicycles-for-humanity.org/portal
I had to turn off 'use mod_rewrite' to get it to work properly. My problem now is the links under the 'Categories' work but the ones under 'Main Categories' don't. It's almost if the template expects you to be using mod_rewrite.
I think the problem is here in the header.tpl file:
<div class="box">
<div class="box-caption">Main {$lang.categories}</div>
<div class="box-content">
{foreach from=$top_categories item=top_category}
<p class="top-category"><a href="{$config.base}{$config.dir}{$top_category.path}/">{$top_category.title}</a></p>
{/foreach}
</div>
</div>
Specifically at the <p class= line, but I'm at a loss as to how to fix it. Anyone have any ideas? Thanks!