application/modules/default/views/layout/default.phtml: Minor stuff.
This commit is contained in:
parent
e39921ee1d
commit
c47ac0c858
1 changed files with 5 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?=$this->doctype()?>
|
||||
<?=$this->doctype() . "\n" ?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<?=$this->headTitle() . "\n" /* Newline for pretty source :) */ ?>
|
||||
<?=$this->headMeta() . "\n" /* Newline for pretty source :) */ ?>
|
||||
<?=$this->headTitle() . "\n" ?>
|
||||
<?=$this->headMeta() . "\n" ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?=$this->baseUrl()?>/css/reset.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="<?=$this->baseUrl()?>/css/default.css" media="screen" />
|
||||
<link rel="stylesheet" type="text/css" href="<?=$this->baseUrl()?>/fancybox/jquery.fancybox-1.3.1.css" media="screen" />
|
||||
<?=$this->headScript() ?>
|
||||
<?=$this->headScript() . "\n" ?>
|
||||
<script type="text/javascript" src="<?=$this->baseUrl()?>/fancybox/jquery.fancybox-1.3.1.pack.js"></script>
|
||||
<?=$this->fancybox()->headScript() ?>
|
||||
</head>
|
||||
|
|
@ -34,12 +34,10 @@
|
|||
|
||||
<div id="footer">
|
||||
<span class="float-left">
|
||||
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010-2013
|
||||
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010-2014
|
||||
</span>
|
||||
|
||||
<span class="float-right">
|
||||
<?=$this->BrowserString()?>
|
||||
<br />
|
||||
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#cookies"><?=$this->translate('u:cookies')?></a> -
|
||||
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#about"><?=$this->translate('uw:about')?></a>
|
||||
</span>
|
||||
|
|
|
|||
Reference in a new issue