15 lines
No EOL
417 B
PHTML
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>
|