UnPS-Short/navbar.php
Arctic Code 9a7add6584 Remove userpic function and newbg test
The userpic was removed as it relates to the user area of course
and the newbg test was for the darker background. This is no longer
needed
2014-03-01 20:33:14 -06:00

42 lines
1.9 KiB
PHP

<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="./"><img src="favicon.ico" style="max-height:18px;"><?php echo $appname; ?></a></li>
<li><a href="http://unps.us" id="selected" target="_blank">Link Shortener</a></li>
<li><a href="http://api.unps.us" target="_blank">UnPS-API</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Friends <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="divider"></li>
<li class="nav-header"> c0de</li>
<li><a href="http://dfox.pw" target="_blank">Personal Blog</a></li>
<li><a href="https://twitter.com/UnPSDashGAMA" target="_blank">UnPS Twitter</a></li>
<li><a href="https://github.com/alopexc0de" target="_blank">GitHub</a></li>
<li><a href="mailto:c0de@unps.us">Email</a></li>
<li class="divider"></li>
<li class="nav-header"> Other Friends</li>
<li><a href="http://mc.doridian.de" target="_blank">Our Amazing Server Host</a></li>
<li><a href="http://furcast.fm" target="_blank">Awesome Furry Talk Show</a></li>
<li><a href="http://leonfox.net" target="_blank">Networking Guru</a></li>
<li class="divider"></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>