fixing headerurl.
This commit is contained in:
parent
01c8926bdd
commit
157c002ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div id="wrapper" class="small">
|
||||
|
||||
<div id="header">
|
||||
<a href="http://<?=$this->app['url'] ?>"><span id="logo"></span></a>
|
||||
<a href="<?=$this->baseUrl() ?>/"><span id="logo"></span></a>
|
||||
</div>
|
||||
|
||||
<div id="nav"<?= ($this->renderMenu()->hasSubmenu()) ? ' class="wsub"' : '' ?>>
|
||||
|
|
|
|||
Reference in a new issue