PHP Classes

File: templates/control-panel/layout/navbar.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   Discretion   templates/control-panel/layout/navbar.twig   Download  
File: templates/control-panel/layout/navbar.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Discretion
Show contact forms and deliver encrypted mail
Author: By
Last change:
Date: 2 years ago
Size: 819 bytes
 

Contents

Class file image Download
<div id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"> <li class="nav-item"> <a class="nav-link" href="/">Discretion</a> </li> <li class="nav-item"> <a class="nav-link{% if not active_link %} active {% endif %}" href="/manage">Control Panel</a> </li> <li class="nav-item"> <a class="nav-link{% if active_link == "forms" %} active{% endif %}" href="/manage/forms">Forms</a> </li> <li class="nav-item"> <a class="nav-link{% if active_link == "themes" %} active{% endif %}" href="/manage/themes">Themes</a> </li> <li class="nav-item"> <a class="nav-link{% if active_link == "contacts" %} active{% endif %}" href="/manage/contacts">Contacts</a> </li> </ul> </div>