The tabs in the webadmin are not hardcoded in the template anymore but added using the Plugin:AddWebTab() function.
This commit is contained in:
parent
1d0b57d8ab
commit
30ad617397
@ -132,13 +132,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<nav id="cssmenu">
|
<nav id="cssmenu">
|
||||||
<ul>
|
<ul>
|
||||||
<li class='active'><a href='./../../../webadmin/Core/Manage_Server'>Manage Server</a></li>
|
{MENU}
|
||||||
<li><a href='./../../../webadmin/Core/Server_Settings'>Server Settings</a></li>
|
|
||||||
<li><a href='./../../../webadmin/Core/Chat'>Chat</a></li>
|
|
||||||
<li><a href='./../../../webadmin/Core/Playerlist'>Playerlist</a></li>
|
|
||||||
<li><a href='./../../../webadmin/Core/Whitelist'>Whitelist</a></li>
|
|
||||||
<li><a href='./../../../webadmin/Core/Permissions'>Permissions</a></li>
|
|
||||||
<li class='last'><a href='./../../../webadmin/Core/Manage_Plugins'>Manage Plugins</a></li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user