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/profile/index.phtml
2010-09-22 22:22:50 +02:00

12 lines
No EOL
233 B
PHTML

<h1><?=$this->translate('u:profile') ?></h1>
<?php
if (!empty($this->messages))
echo '<p class="red">' . $this->messages . '</p>';
?>
<p>Lite text</p>
<h3><?=$this->translate('u:profile information') ?></h3>
<?=$this->form ?>