diff options
| author | spiderr <spider@viovio.com> | 2013-04-11 12:44:55 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-11 12:44:55 -0400 |
| commit | c52f4bc7a27a3381edb157adc0716ce898dfd123 (patch) | |
| tree | 423f92948c4e321c7403ef1839126cc468caf2f6 /templates | |
| parent | 848b4a34df73f583c300f2a2d98806229817fbb6 (diff) | |
| download | wiki-c52f4bc7a27a3381edb157adc0716ce898dfd123.tar.gz wiki-c52f4bc7a27a3381edb157adc0716ce898dfd123.tar.bz2 wiki-c52f4bc7a27a3381edb157adc0716ce898dfd123.zip | |
update modules for smarty 3 template centric variables, and assign modules to the _template
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_wiki.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_wiki.tpl b/templates/menu_wiki.tpl index baf7781..cf49d37 100644 --- a/templates/menu_wiki.tpl +++ b/templates/menu_wiki.tpl @@ -1,6 +1,6 @@ {strip} <a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a> -<ul class="dropdown-menu"> +<ul class="{$packageMenuClass}"> {if $gBitUser->hasPermission( 'p_wiki_view_page' )} <li><a class="item" href="{$smarty.const.WIKI_PKG_URL}index.php">{booticon iname="icon-home" iexplain="`$smarty.const.WIKI_PKG_DIR` Home" ilocation=menu}</a></li> {/if} |
