fixed the navbar brand link

This commit is contained in:
nilsding 2014-08-18 16:03:35 +02:00
parent fa53942b17
commit 45a115aec6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="#">{$site_name}</a> <a class="navbar-brand" href="index.php">{$site_name}</a>
</div> </div>
<!-- Collect the nav links, forms, and other content for toggling --> <!-- Collect the nav links, forms, and other content for toggling -->