diff options
| author | wjames5 <will@tekimaki.com> | 2008-03-06 20:46:12 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-03-06 20:46:12 +0000 |
| commit | 0eb48d03881ff7872bad53ac86107ec84230551c (patch) | |
| tree | fe91ff1e877b6327308b535a1cffb56d7ac0c989 | |
| parent | a2f7397285184871735921ceb3bc25840017c8fc (diff) | |
| download | nexus-0eb48d03881ff7872bad53ac86107ec84230551c.tar.gz nexus-0eb48d03881ff7872bad53ac86107ec84230551c.tar.bz2 nexus-0eb48d03881ff7872bad53ac86107ec84230551c.zip | |
remove extra slashR202
| -rw-r--r-- | templates/menu_nexus_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_nexus_admin.tpl b/templates/menu_nexus_admin.tpl index ab94185..4b8a7c2 100644 --- a/templates/menu_nexus_admin.tpl +++ b/templates/menu_nexus_admin.tpl @@ -1,6 +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> + <li><a class="item" href="{$smarty.const.NEXUS_PKG_URL}">{tr}Nexus Menus{/tr}</a></li> </ul> {/strip} |
