Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fiktivkod/application/modules/default/views/scripts/index/about.phtml
2010-11-16 19:12:45 +01:00

15 lines
No EOL
417 B
PHTML

<a href="#" name="about"></a>
<h2><?=$this->translate('uw:about') ?></h2>
<br />
<p><?=$this->text($this->content['about'])?></p>
<a href="#" name="bts"></a>
<h2><?=$this->translate('uw:behind the site') ?></h2>
<br />
<p><?=$this->text($this->content['behind the site'])?></p>
<a href="#" name="cookies"></a>
<h2><?=$this->translate('uw:cookies') ?></h2>
<br />
<p><?=$this->text($this->content['cookies']) ?></p>