diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:09:00 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:09:00 +0100 |
| commit | 04c94e472df94d01cb7bbb0b1ddacdee7429f3a6 (patch) | |
| tree | 0578867ce63af632c81e3a49422217e74b37d19e /templates/my_bitweaver.tpl | |
| parent | 0a7efe8eb1e91e385bf47c0121211ca964fb73fc (diff) | |
| download | users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.tar.gz users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.tar.bz2 users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/my_bitweaver.tpl')
| -rw-r--r-- | templates/my_bitweaver.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/my_bitweaver.tpl b/templates/my_bitweaver.tpl index 01b2902..18e3241 100644 --- a/templates/my_bitweaver.tpl +++ b/templates/my_bitweaver.tpl @@ -15,14 +15,14 @@ listing of submitted / edited stuff - similar to the old tiki personal tiki stuff. *} - <table class="width100p menutable"> + <table class="large-100 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="width:33%;vertical-align:top;"> - <strong>{$menu.menu_title}</strong> - {include file=$menu.menu_template} + <td style="large-33;vertical-align:top;"> + <h1>{$menu.menu_title}</h1> + {include file=$menu.menu_template packageMenuClass="unstyled"} </td> {if not ($i++ mod 3)} </tr><tr> |
