diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:14:01 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:14:01 -0400 |
| commit | cd23d911dad2281676751fc642a4a2b93c75d5ef (patch) | |
| tree | 50546fba181e6f20a871766024d8d524e3ca5d12 | |
| parent | ef6f8e7c5eca19e018d43791a8963e438de1dc10 (diff) | |
| download | articles-cd23d911dad2281676751fc642a4a2b93c75d5ef.tar.gz articles-cd23d911dad2281676751fc642a4a2b93c75d5ef.tar.bz2 articles-cd23d911dad2281676751fc642a4a2b93c75d5ef.zip | |
update all admin menus for bootstrap dropdowns
| -rw-r--r-- | templates/menu_articles_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_articles_admin.tpl b/templates/menu_articles_admin.tpl index b7fccfb..8da8942 100644 --- a/templates/menu_articles_admin.tpl +++ b/templates/menu_articles_admin.tpl @@ -1,5 +1,5 @@ {strip} -<ul> +<ul class="dropdown-menu sub-menu"> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=articles">{tr}Articles Settings{/tr}</a></li> <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php">{tr}Article Topics{/tr}</a></li> <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php">{tr}Article Types{/tr}</a></li> |
