mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Corrected case in Admin Menu for "Edit Categories"
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
</IfModule>
|
||||
@@ -23,7 +23,7 @@
|
||||
</li>
|
||||
<li><a><i class="fa fa-tint"></i><span> Categories</span><span class="fa fa-chevron-down"></span></a>
|
||||
<ul class="nav child_menu" style="display: none">
|
||||
<li><a href="{$smarty.const.WWW_TOP}/category-list.php?action=add">Edit categories</a></li>
|
||||
<li><a href="{$smarty.const.WWW_TOP}/category-list.php?action=add">Edit Categories</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a><i class="fa fa-object-group"></i><span> Groups</span><span class="fa fa-chevron-down"></span></a>
|
||||
|
||||
Reference in New Issue
Block a user