diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2007-03-23 20:14:30 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2007-03-23 20:14:30 +0000 |
| commit | 7be7954961f8dd1bf853915d8ba039478e0d6eef (patch) | |
| tree | e92767e431af78dbe33d1174a1b6d809f85a497b /templates | |
| parent | 1c55c631fc7feb83c9fdeb8eba936504724364f8 (diff) | |
| download | nexus-7be7954961f8dd1bf853915d8ba039478e0d6eef.tar.gz nexus-7be7954961f8dd1bf853915d8ba039478e0d6eef.tar.bz2 nexus-7be7954961f8dd1bf853915d8ba039478e0d6eef.zip | |
now admins can access nexus menus even with top bar disabled
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_nexus_admin.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/menu_nexus_admin.tpl b/templates/menu_nexus_admin.tpl index 8b4197f..ab94185 100644 --- a/templates/menu_nexus_admin.tpl +++ b/templates/menu_nexus_admin.tpl @@ -1,5 +1,6 @@ {strip} <ul> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=nexus">{tr}Nexus Settings{/tr}</a></li> + <li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}/">{tr}Nexus Menus{/tr}</a></li> </ul> {/strip} |
