// Fixed warning

This commit is contained in:
Damien Metzger
2013-08-29 16:33:06 +02:00
parent c07f226dd4
commit 36815be192
@@ -39,7 +39,7 @@
<i class="icon-list"></i>
{l s='Normal view'}
</a>
<a class="btn btn-default {if $smarty.get.select == 'favorites'} active{/if}" href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}&select=favorites">
<a class="btn btn-default {if isset($smarty.get.select) && $smarty.get.select == 'favorites'} active{/if}" href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}&select=favorites">
<i class="icon-star"></i>
{l s='Favorites view'}
</a>