diff options
| author | lsces <lester@lsces.co.uk> | 2014-08-06 20:39:00 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-08-06 20:39:00 +0100 |
| commit | 4b1889fde0f7b6594bddedeba7a8ab4c038ee296 (patch) | |
| tree | b98e5b541b2e6102bb898cc8859f28d35223145d /templates/my_bitweaver.tpl | |
| parent | ba7a0fb53efd8687063645d0f7e1c96bfa68e9bf (diff) | |
| download | users-4b1889fde0f7b6594bddedeba7a8ab4c038ee296.tar.gz users-4b1889fde0f7b6594bddedeba7a8ab4c038ee296.tar.bz2 users-4b1889fde0f7b6594bddedeba7a8ab4c038ee296.zip | |
Get the menu back for my.php
Diffstat (limited to 'templates/my_bitweaver.tpl')
| -rw-r--r-- | templates/my_bitweaver.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl index ea1074a..2e702e0 100644 --- a/templates/my_bitweaver.tpl +++ b/templates/my_bitweaver.tpl @@ -18,7 +18,7 @@ <table class="menutable"> <tr> {assign var="i" value="1"} - {foreach key=key item=menu from=$gBitSystem->mAppMenu} + {foreach key=key item=menu from=$gBitSystem->mAppMenu.bar} {if $menu.menu_title && $menu.index_url && $menu.menu_template && !$menu.is_disabled} <td class="col-md-4"> <h1>{$menu.menu_title}</h1> |
