phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
tplNavbar.php
Go to the documentation of this file.
1<?php
2return '
3<nav class="navbar %class%" id="%identifier%">
4 <div class="%fluid%">
5 <!-- Brand and toggle get grouped for better mobile display -->
6 <div class="navbar-header">
7 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#%identifier%">
8 <span class="sr-only">Toggle navigation</span>
9 <span class="icon-bar"></span>
10 <span class="icon-bar"></span>
11 <span class="icon-bar"></span>
12 </button>
13 <a class="navbar-brand" href="%brandHref%" target="%brandTarget%">%brand%%brandImage%</a>
14 </div>
15
16 <!-- Collect the nav links, forms, and other content for toggling -->
17 <div class="collapse navbar-collapse" id="collapse-%identifier%">
18%navZones%
19 </div><!-- /.navbar-collapse -->
20 </div><!-- /.container-fluid -->
21</nav>';