diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-04 09:45:20 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-04 09:45:20 +0100 |
| commit | f84667dc6d14a3d3d1e4333e8ff6ff525bdb4fcc (patch) | |
| tree | e59aef2e376a3ca6fb0a6c197fdac1269994bb8c /templates | |
| parent | b1373798c1aea8511aa7a0dc6158c9a117e7676d (diff) | |
| download | rss-f84667dc6d14a3d3d1e4333e8ff6ff525bdb4fcc.tar.gz rss-f84667dc6d14a3d3d1e4333e8ff6ff525bdb4fcc.tar.bz2 rss-f84667dc6d14a3d3d1e4333e8ff6ff525bdb4fcc.zip | |
Correct link
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_rss_admin.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_rss_admin.tpl b/templates/menu_rss_admin.tpl index 6cc3a67..4c80c58 100644 --- a/templates/menu_rss_admin.tpl +++ b/templates/menu_rss_admin.tpl @@ -2,6 +2,6 @@ {if $packageMenuTitle}<a href="#"> {tr}{$packageMenuTitle|capitalize}{/tr}</a>{/if} <ul class="{$packageMenuClass}"> <li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=rss" title="{tr}Syndication{/tr}" >{tr}RSS{/tr}</a></li> - <li><a class="item" href="{$smarty.const.RSS_PKG_URL}admin/admin_rssmodul class="dropdown-menu sub-menu"es.php" title="{tr}Syndication Modules{/tr}" >{tr}RSS Modules{/tr}</a></li> + <li><a class="item" href="{$smarty.const.RSS_PKG_URL}admin/admin_rssmodules.php" title="{tr}Syndication Modules{/tr}" >{tr}RSS Modules{/tr}</a></li> </ul> {/strip} |
