Issue #78 solution

This commit is contained in:
Josep Viciana 2013-10-08 16:57:28 +02:00
parent 91ab02f7e3
commit 56e8edebb8
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>