diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-19 12:45:01 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-19 12:45:01 +0100 |
| commit | ce69ba3685c2043eb0310fed1712fd3084661176 (patch) | |
| tree | d6b35a50ec4ff3af7a43ad1d14c52b4e9a103c08 | |
| parent | d7c498ec1a05cbc435af8b88ce31049ea9b5516b (diff) | |
| download | stock-ce69ba3685c2043eb0310fed1712fd3084661176.tar.gz stock-ce69ba3685c2043eb0310fed1712fd3084661176.tar.bz2 stock-ce69ba3685c2043eb0310fed1712fd3084661176.zip | |
Show view_kitlocker breadcrumb on all list_kitlocker views, not just stgrp-filtered
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -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"> |
