PHP Classes

File: SmallServerAdmin/settings/menu.php

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/settings/menu.php   Download  
File: SmallServerAdmin/settings/menu.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 657 bytes
 

Contents

Class file image Download
<li class="dropdown <?=(stripos($_SERVER['REQUEST_URI'], 'settings') !== FALSE ? 'open' : '')?>">
  <a href="/svn" class="dropdown-toggle" data-toggle="dropdown">
    <span class="fa fa-wrench"></span> ${Menu_Settings}
    <b class="caret"></b>
  </a>
  <ul class="dropdown-menu navmenu-nav" role="menu">
    <!--li><a href="/settings/modules.php"><span class="glyphicon glyphicon-th-large"></span> ${Menu_Modules}</a></li-->
    <li><a href="/settings/servers.php"><span class="fa fa-server"></span> ${Menu_Servers}</a></li>
    <li><a href="/settings/update.php"><span class="glyphicon glyphicon-download-alt"></span> ${Menu_Update}</a></li>
  </ul>
</li>