Minor changes to nothing
This commit is contained in:
parent
7a850823bd
commit
560b148d95
5 changed files with 21 additions and 21 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<h1><?=$this->translate('u:archive') ?></h1>
|
||||
|
||||
<p><?=$this->translate('BLOG_ARCHIVE_INTRO') ?></p>
|
||||
|
||||
<ul class="custom">
|
||||
<li><a href="#">September 2010</a></li>
|
||||
<li><a href="#">Augusti 2010</a></li>
|
||||
<li><a href="#">Juli 2010</a></li>
|
||||
<li><a href="#">Juni 2010</a></li>
|
||||
</ul>
|
||||
|
|
@ -21,13 +21,7 @@ class IndexController extends Fiktiv_Controller_Action
|
|||
|
||||
public function aboutAction()
|
||||
{
|
||||
//$dbLayer = Fiktiv_Db_Service::getInstance();
|
||||
//$me = $dbLayer->users->findByEmail('fredric@fiktivkod.org');
|
||||
|
||||
$dataLayer = $this->_helper->dataService();
|
||||
$me = $dataLayer->User->findByEmail('fredric@fiktivkod.org');
|
||||
echo $me;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public function test()
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@
|
|||
</span>
|
||||
|
||||
<span class="float-right">
|
||||
<a href="#">Cookies</a> -
|
||||
<a href="#">Behind the site</a>
|
||||
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#cookies">Cookies</a> -
|
||||
<a href="<?=$this->url(array('action' => 'about'),'default-default') ?>#bts">Behind the site</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
<h1><?=$this->translate('uw:about') ?></h1>
|
||||
<a href="#" name="about"></a>
|
||||
<h2><?=$this->translate('uw:about') ?></h2>
|
||||
<br />
|
||||
<p><?=$this->translate('ABOUT_TXT') ?></p>
|
||||
|
||||
<p><?=$this->translate('ABOUT_TXT') ?></p>
|
||||
|
||||
|
||||
<a href="#" name="bts"></a>
|
||||
<h2><?=$this->translate('uw:behind the site') ?></h2>
|
||||
<br />
|
||||
<p><?=$this->translate('ABOUT_TXT_BTS') ?></p>
|
||||
|
||||
|
||||
<a href="#" name="cookies"></a>
|
||||
<h2><?=$this->translate('uw:cookies') ?></h2>
|
||||
<br />
|
||||
<p><?=$this->translate('ABOUT_TXT_COOKIES') ?></p>
|
||||
|
|
@ -13,6 +13,8 @@ h1,h2 { margin: 10px 0 0; font: normal 2.2em Arial; color: #464e64; }
|
|||
h2 { border-bottom: solid 1px #c4cde3; }
|
||||
h3 { font: normal 1.6em "Verdana, Helvetica"; }
|
||||
|
||||
h1.leap { margin-bottom: 15px; }
|
||||
|
||||
p { line-height: 1.6em; padding: 0 0 8px; }
|
||||
|
||||
code {
|
||||
|
|
|
|||
Reference in a new issue