diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-15 07:54:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-15 07:54:59 +0000 |
| commit | d4609201f6a104c59667ae79f7e32f4458400da2 (patch) | |
| tree | c5c3b8c4755418dbd02cbcf5dabe40f6878f2962 /templates/my_bitweaver.tpl | |
| parent | 7df0462056fa6d0e88c0e9098d749b3570d182ea (diff) | |
| download | users-d4609201f6a104c59667ae79f7e32f4458400da2.tar.gz users-d4609201f6a104c59667ae79f7e32f4458400da2.tar.bz2 users-d4609201f6a104c59667ae79f7e32f4458400da2.zip | |
further streamline boxes - remove .boxtitle entirely, clean up box template and assign correct class names to icon in admin menu
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 4008e66..099b10f 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.8 2006/04/17 15:43:32 spiderr Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_bitweaver.tpl,v 1.9 2006/09/15 07:54:59 squareing 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=$menu.title} + {box class="`$key`menu menu box" ipackage=$key iname="pkg_`$key`" iexplain="$key" iclass="menuicon" title=$menu.title} {include file=$menu.template} {/box} </td> |
