diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:15:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-10-11 10:15:26 +0000 |
| commit | 7391eeb99ebd6df8e346c8d7588e6fb73a9ba560 (patch) | |
| tree | 1075d60ad677e14f6691ad9b44e0b2471a125036 /templates/menu_nexus_admin.tpl | |
| parent | 00a309359dd02fdab1a4f5c2b3c9f5a01ff7a4eb (diff) | |
| download | nexus-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.tpl | 5 |
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} |
