phpci/PHPCI/View/User/profile.phtml
2014-12-04 14:30:43 +00:00

15 lines
383 B
PHTML

<?php use PHPCI\Helper\Lang; ?>
<?php if (isset($updated)): ?>
<p class="alert alert-success"><?php Lang::out('your_details_updated'); ?></p>
<?php endif; ?>
<div class="box box-primary">
<div class="box-header">
<h3 class="box-title"><?php Lang::out('update_your_details'); ?></h3>
</div>
<div class="box-body">
<?php print $form; ?>
</div>
</div>