summaryrefslogtreecommitdiff
path: root/templates/my_bitweaver.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-09 23:41:47 +0100
committerlsces <lester@lsces.co.uk>2014-06-09 23:41:47 +0100
commitf3ccb2734e316cb42f347c7aa18914d66dfbba54 (patch)
tree0d637b3c3d1fb0c8887fd7e2f14d0d7edd4488fe /templates/my_bitweaver.tpl
parentd91b3ee7189c64e0c14261400578096fa1ab3caf (diff)
downloadusers-f3ccb2734e316cb42f347c7aa18914d66dfbba54.tar.gz
users-f3ccb2734e316cb42f347c7aa18914d66dfbba54.tar.bz2
users-f3ccb2734e316cb42f347c7aa18914d66dfbba54.zip
Switch to BS3 layout
Diffstat (limited to 'templates/my_bitweaver.tpl')
-rw-r--r--templates/my_bitweaver.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl
index 0cfbaa6..ea1074a 100644
--- a/templates/my_bitweaver.tpl
+++ b/templates/my_bitweaver.tpl
@@ -15,12 +15,12 @@
listing of submitted / edited stuff - similar to the old tiki personal tiki stuff.
*}
- <table class="width100p menutable">
+ <table class="menutable">
<tr>
{assign var="i" value="1"}
{foreach key=key item=menu from=$gBitSystem->mAppMenu}
{if $menu.menu_title && $menu.index_url && $menu.menu_template && !$menu.is_disabled}
- <td style="large-33;vertical-align:top;">
+ <td class="col-md-4">
<h1>{$menu.menu_title}</h1>
{include file=$menu.menu_template packageMenuClass="unstyled"}
</td>