diff options
| author | spiderr <spider@viovio.com> | 2013-04-03 17:17:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-03 17:17:57 -0400 |
| commit | fdd864505c7fc72bdffc106a1c1147d5a0fa1236 (patch) | |
| tree | b42c253087d246fbe3fa390e8e5ded22de8df79c | |
| parent | f0db10a4140725cc6833cffbf03613dda1c5fd0f (diff) | |
| download | stats-fdd864505c7fc72bdffc106a1c1147d5a0fa1236.tar.gz stats-fdd864505c7fc72bdffc106a1c1147d5a0fa1236.tar.bz2 stats-fdd864505c7fc72bdffc106a1c1147d5a0fa1236.zip | |
update all admin menus for bootstrap dropdowns
| -rw-r--r-- | templates/menu_stats_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_stats_admin.tpl b/templates/menu_stats_admin.tpl index 6610ba9..b8eb9e7 100644 --- a/templates/menu_stats_admin.tpl +++ b/templates/menu_stats_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=stats">{tr}Stats Settings{/tr}</a></li> <li><a class="item" href="{$smarty.const.STATS_PKG_URL}index.php">{tr}Site Stats{/tr}</a></li> {if $gBitSystem->mDb->mType eq 'postgres'} |
