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
2011-02-26 14:12:16 +01:00

6 lines
223 B
PHTML

<?php foreach ($this->content as $chapter): ?>
<a href="#" name="<?=$chapter->Title ?>"></a>
<h2><?=$this->translate('uw:'.$chapter->Title) ?></h2>
<br />
<p><?=$chapter->Content ?></p>
<?php endforeach; ?>