goes to the same page with that category selected in search.
{foreach $catEvents as $catid => $category}
<div class="small-12 medium-6 columns{if $category@last} end{/if}">
<ul class="category-block pricing-table">
- <li class="title">{$categories.{$catid}.name}</li>
+ <li class="title">
+ <a href="{$currentUrl}?search=1&category={$catid}">
+ {$categories.{$catid}.name}
+ </a>
+ </li>
{foreach $category as $event}
{* Only output the first three so if it goes to 4 then break out of the loop *}
{if $event@iteration == 4}