design: updated footer and css.
This commit is contained in:
parent
ae6bb5be78
commit
d128dd950a
2 changed files with 21 additions and 59 deletions
|
|
@ -35,7 +35,14 @@
|
|||
<?=$this->layout()->content ?>
|
||||
|
||||
<div id="footer">
|
||||
<a href="http://<?=$this->app['url'] ?>"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010
|
||||
<span class="float-left">
|
||||
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010
|
||||
</span>
|
||||
|
||||
<span class="float-right">
|
||||
<a href="#">Cookies</a> -
|
||||
<a href="#">Behind the site</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue