phpci/PHPCI/View/User/profile.phtml

14 lines
316 B
PHTML
Raw Normal View History

<?php if (isset($updated)): ?>
<p class="alert alert-success">Your details have been updated.</p>
<?php endif; ?>
2014-12-02 17:26:55 +01:00
<div class="box box-primary">
<div class="box-header">
<h3 class="box-title">Update your details</h3>
</div>
2014-12-02 17:26:55 +01:00
<div class="box-body">
<?php print $form; ?>
</div>
</div>