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-10-02 14:14:18 +02:00

17 lines
No EOL
400 B
PHTML

<a href="#" name="about"></a>
<h2><?=$this->translate('uw:about') ?></h2>
<br />
<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>