summaryrefslogtreecommitdiff
path: root/templates/menu_nexus_admin.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-10-11 10:15:26 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-10-11 10:15:26 +0000
commit7391eeb99ebd6df8e346c8d7588e6fb73a9ba560 (patch)
tree1075d60ad677e14f6691ad9b44e0b2471a125036 /templates/menu_nexus_admin.tpl
parent00a309359dd02fdab1a4f5c2b3c9f5a01ff7a4eb (diff)
downloadnexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.tar.gz
nexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.tar.bz2
nexus-7391eeb99ebd6df8e346c8d7588e6fb73a9ba560.zip
some nexus cleanup, removed plugins table and use LibertySystem instead, clean up UI, still need to allow dynamic menus at some point
Diffstat (limited to 'templates/menu_nexus_admin.tpl')
-rw-r--r--templates/menu_nexus_admin.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/menu_nexus_admin.tpl b/templates/menu_nexus_admin.tpl
new file mode 100644
index 0000000..8b4197f
--- /dev/null
+++ b/templates/menu_nexus_admin.tpl
@@ -0,0 +1,5 @@
+{strip}
+<ul>
+ <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=nexus">{tr}Nexus Settings{/tr}</a></li>
+</ul>
+{/strip}