diff options
| -rw-r--r-- | templates/list_kitlocker.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_kitlocker.tpl b/templates/list_kitlocker.tpl index a256e1c..a272903 100644 --- a/templates/list_kitlocker.tpl +++ b/templates/list_kitlocker.tpl @@ -4,7 +4,7 @@ <div class="floaticon"> </div> <h1>{if $groupTitle}{$groupTitle|escape}{else}{tr}Kitlocker{/tr}{/if}</h1> - {if $stgrp}<small><a href="{$smarty.const.STOCK_PKG_URL}view_kitlocker.php">‹ {tr}Kitlocker{/tr}</a></small>{/if} + <small><a href="{$smarty.const.STOCK_PKG_URL}view_kitlocker.php">‹ {tr}Kitlocker{/tr}</a></small> </header> <section class="body"> |
