Back to icon bars

This commit is contained in:
Wruczek 2016-07-09 18:52:46 +02:00
parent 69e341e256
commit f9337c1d2a
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ require_once __DIR__ . "/../include/adminlist.php";
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Nawigacja</span>
<i class="fa fa-bars fa-lg" aria-hidden="true"></i>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="."><img style="width: 64px;" src="img/icon/icon-64.png" alt="Logo strony"><?php echo $config["general"]["title"]; ?></a>