diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 18:32:51 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 18:32:51 -0400 |
| commit | 759fc6744e0939556f00702cf24ea10c745ad780 (patch) | |
| tree | a9180f800acebfc2f8f591121813269ca5438a55 | |
| parent | c475cc15d5d16a11decd6ec3f3327d550b6e2e35 (diff) | |
| download | boards-759fc6744e0939556f00702cf24ea10c745ad780.tar.gz boards-759fc6744e0939556f00702cf24ea10c745ad780.tar.bz2 boards-759fc6744e0939556f00702cf24ea10c745ad780.zip | |
update all admin menus for bootstrap dropdowns with proper sub-menus
| -rw-r--r-- | templates/menu_boards_admin.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/menu_boards_admin.tpl b/templates/menu_boards_admin.tpl index 8075bf8..1b4a7a8 100644 --- a/templates/menu_boards_admin.tpl +++ b/templates/menu_boards_admin.tpl @@ -1,3 +1,3 @@ -<ul class="dropdown-menu sub-menu"> - <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=boards">{tr}Boards Settings{/tr}</a></li> -</ul>
\ No newline at end of file +<li> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=boards">{tr}Boards Settings{/tr}</a> +</li> |
