Hi,
I try to find a solution for the following feature. If the user clicks on a specific category, the category's tab should be highlighted while this category is active.
Thank you in advance for your support.
Best Regards,
oggito


Do a conditional in the categories something like:
Code:{if $request_category eq $cat_array[thecat].safename} YOUR_ACTIVE_CSS_CLASS {/if}