<?php foreach($categories as $category) : ?>
<?php if($category): ?>
<li class="currentPage"><a href="<?php echo $category->title; ?>"><?php echo $category->title; ?></a></li>
<?php endif; ?>
<?php endforeach; ?>
{foreach $categories category }
{$catId = $category->id}
{if($catId == 'test') }
<li class="currentPage"><a href="{site_url("patterns/$catId")}">{$category->title}</a></li>
<li><a href="{site_url("patterns/$catId")}">{$category->title}</a></li>
{/if}
{/foreach}
It looks like you're new here. If you want to get involved, click one of these buttons!