summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/account/index.phtml
blob: efc2bcbf6d70f464c769d108d47b5b4041b45faa (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="controls">
    <?= $tabs ?>
</div>
<div class="content">
<?php if (isset($changePasswordForm)): ?>
    <h1><?= $this->translate('Account') ?></h1>
    <?= $changePasswordForm ?>
<?php endif ?>
    <h1><?= $this->translate('Preferences') ?></h1>
    <?= $form ?>
</div>