Archived
1
0
Fork 0

Minor changes to nothing

This commit is contained in:
Fredric N 2010-10-02 14:14:18 +02:00
parent 7a850823bd
commit 560b148d95
5 changed files with 21 additions and 21 deletions

View file

@ -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>

View file

@ -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()

View file

@ -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>

View file

@ -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>

View file

@ -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 {