diff options
| author | Christian Fowler <spider@viovio.com> | 2006-04-17 15:43:32 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-04-17 15:43:32 +0000 |
| commit | 9c02375f42c32ed718af3573b402c2dd88f6316b (patch) | |
| tree | 7a08d1b654990aa9ce3848048e18ffdfcaad93f0 /templates/my_bitweaver.tpl | |
| parent | 44fe8e4f89bfd8f5bd2db022cd9ce25ff291852e (diff) | |
| download | users-9c02375f42c32ed718af3573b402c2dd88f6316b.tar.gz users-9c02375f42c32ed718af3573b402c2dd88f6316b.tar.bz2 users-9c02375f42c32ed718af3573b402c2dd88f6316b.zip | |
use menu title for box
Diffstat (limited to 'templates/my_bitweaver.tpl')
| -rw-r--r-- | templates/my_bitweaver.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl index 27ed58f..4008e66 100644 --- a/templates/my_bitweaver.tpl +++ b/templates/my_bitweaver.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.7 2006/04/12 15:18:04 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.8 2006/04/17 15:43:32 spiderr Exp $ *} {strip} <div class="floaticon">{bithelp}</div> @@ -26,7 +26,7 @@ {foreach key=key item=menu from=$appMenu} {if $menu.title && $menu.template && !$menu.disabled} <td style="width:33%;vertical-align:top;"> - {box class="`$key`menu menu box" ipackage=$key iname="pkg_`$key`" iexplain="$key" idiv="menuicon" title="`$gBitSystem->mPackages.$key.dir`"} + {box class="`$key`menu menu box" ipackage=$key iname="pkg_`$key`" iexplain="$key" idiv="menuicon" title=$menu.title} {include file=$menu.template} {/box} </td> |
