[*] FO: We let style selected category in CSS on blockcategories

It's good to have this by default.
This commit is contained in:
Krystian Podemski
2013-10-01 12:02:19 +02:00
parent f30bc80485
commit 9e4b6c020f
@@ -23,7 +23,7 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<li {if isset($last) && $last == 'true'}class="last"{/if}>
<li class="category_{$node.id}{if isset($last) && $last == 'true'} last{/if}">
<a href="{$node.link|escape:'htmlall':'UTF-8'}" {if isset($currentCategoryId) && $node.id == $currentCategoryId}class="selected"{/if}
title="{$node.desc|strip_tags|trim|escape:'htmlall':'UTF-8'}">{$node.name|escape:'htmlall':'UTF-8'}</a>
{if $node.children|@count > 0}