Archived
1
0
Fork 0

design: updated footer and css.

This commit is contained in:
Henrik Hautakoski 2010-10-02 12:53:29 +02:00
parent ae6bb5be78
commit d128dd950a
2 changed files with 21 additions and 59 deletions

View file

@ -35,7 +35,14 @@
<?=$this->layout()->content ?>
<div id="footer">
<a href="http://<?=$this->app['url'] ?>"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> &copy; 2010
<span class="float-left">
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> &copy; 2010
</span>
<span class="float-right">
<a href="#">Cookies</a> -
<a href="#">Behind the site</a>
</span>
</div>
</div>
</body>