summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-08-04 19:44:13 -0400
committerspiderr <spiderr@bitweaver.org>2025-08-04 19:44:13 -0400
commitf2904d3ad14d45461d36237dba33f62b66aafe5a (patch)
tree87c4149a285e6c2332bdd8bc9e5861bec7d78ddd /templates
parent37d2d57f24fb041ec0abfc58651564e7dfcd4e31 (diff)
downloadusers-f2904d3ad14d45461d36237dba33f62b66aafe5a.tar.gz
users-f2904d3ad14d45461d36237dba33f62b66aafe5a.tar.bz2
users-f2904d3ad14d45461d36237dba33f62b66aafe5a.zip
add iexplain
Diffstat (limited to 'templates')
-rw-r--r--templates/my_bitweaver.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl
index 31e4af4..d8e3333 100644
--- a/templates/my_bitweaver.tpl
+++ b/templates/my_bitweaver.tpl
@@ -22,7 +22,7 @@
{assign var="i" value="`$i+1`"}
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="panel panel-default">
- <div class="panel-heading {$key}-menu">{biticon iname="pkg_`$key`" ipackage=$key class="menuicon" style="height:24px"} {$menu.menu_title|capitalize}</div>
+ <div class="panel-heading {$key}-menu">{biticon iname="pkg_`$key`" iexplain=$key ipackage=$key class="menuicon" style="height:24px"} {$menu.menu_title|capitalize}</div>
<div class="panel-body">{include file=$menu.menu_template packageMenuClass="unstyled"}</div>
</div>
</div>