Merge pull request #94 from emmgfx/patch-1

Issue #78 solution
This commit is contained in:
Denis Kisselev 2013-10-08 13:01:17 -07:00
commit 16f58b382e
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ if ($homepage && $homepage_url !== '/') {
<div class="container-fluid fluid-height wrapper">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<a class="brand pull-left" href="<?php echo $base_url ?><?php echo $homepage_url;?>"><?php echo $options['title']; ?></a>
<a class="brand pull-left" href="<?php echo $homepage_url;?>"><?php echo $options['title']; ?></a>
<p class="navbar-text pull-right">
Generated by <a href="http://daux.io">Daux.io</a>
</p>