mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Change text in sidebar from XXX to Adult, change the icon used.
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
class="fa fa-gamepad"></i><span> Games</span></a></li>
|
||||
<li><a href="{$serverroot}series"><i
|
||||
class="fa fa-television"></i><span> TV</span></a></li>
|
||||
<li><a href="{$serverroot}xxx"><i class="fa fa-ban"></i><span> XXX</span></a></li>
|
||||
<li><a href="{$serverroot}xxx"><i class="fa fa-venus-mars"></i><span> Adult</span></a></li>
|
||||
<li><a href="{$serverroot}books"><i class="fa fa-book"></i><span> Books</span></a>
|
||||
</li>
|
||||
<li><a href="{$serverroot}browse"><i class="fa fa-list-ul"></i><span> Browse All Releases</span></a>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
<li class="nav-parent">
|
||||
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"
|
||||
data-delay="30">
|
||||
<i class="fa fa-ban"></i> Adult<i class="fa fa-angle-down"></i>
|
||||
<i class="fa fa-venus-mars"></i> Adult<i class="fa fa-angle-down"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
{if $userdata.xxxview == "1"}
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
class="fa fa-gamepad"></i><span> Games</span></a></li>
|
||||
<li><a href="{$serverroot}series"><i
|
||||
class="fa fa-television"></i><span> TV</span></a></li>
|
||||
<li><a href="{$serverroot}xxx"><i class="fa fa-ban"></i><span> XXX</span></a></li>
|
||||
<li><a href="{$serverroot}xxx"><i class="fa fa-venus-mars"></i><span> Adult</span></a></li>
|
||||
<li><a href="{$serverroot}books"><i class="fa fa-book"></i><span> Books</span></a></li>
|
||||
<li><a href="{$serverroot}browse"><i
|
||||
class="fa fa-list-ul"></i><span> Browse All Releases</span></a></li>
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
<li class="nav-parent">
|
||||
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"
|
||||
data-delay="30">
|
||||
<i class="fa fa-ban"></i> Adult<i class="fa fa-angle-down"></i>
|
||||
<i class="fa fa-venus-mars"></i> Adult<i class="fa fa-angle-down"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
{if $userdata.xxxview == "1"}
|
||||
|
||||
Reference in New Issue
Block a user