diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:35 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:35 -0400 |
| commit | 16e7d6d61993e5f6b6210294055777d3d9f971fd (patch) | |
| tree | 71683af8b1fbe3d572ba6636ea08cdbfe5fbe27d /templates/menu_nexus.tpl | |
| parent | 77e48ce3173d0e850ad180d5d7e7412ee1387eaa (diff) | |
| download | nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.gz nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.tar.bz2 nexus-16e7d6d61993e5f6b6210294055777d3d9f971fd.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'templates/menu_nexus.tpl')
| -rw-r--r-- | templates/menu_nexus.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu_nexus.tpl b/templates/menu_nexus.tpl index fd8b601..7f084d2 100644 --- a/templates/menu_nexus.tpl +++ b/templates/menu_nexus.tpl @@ -1,5 +1,6 @@ {strip} -<ul> +<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a> +<ul class="{$packageMenuClass}"> <li><a class="head" href="{$smarty.const.NEXUS_PKG_URL}menus.php">{booticon ipackage="icons" iname="icon-sitemap" iexplain="Menus" ilocation=menu}</a></li> {if $gNexus->mInfo.menu_id} <li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}menu_items.php?menu_id={$gNexus->mInfo.menu_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit Items" ilocation=menu}</a></li> |
