View file Web Template Ktpl/package/templates/ktpl/controllers/users/profile_edit_header.tpl.php

File size: 291B
<?php

    $this->addMenuItems('profile_tabs', $this->controller->getProfileEditMenu($profile));

?>

<h1><?php echo LANG_USERS_EDIT_PROFILE; ?></h1>

<div id="user_profile_tabs">
    <div class="tabs-menu">
        <?php $this->menu('profile_tabs', true, 'tabbed', 6); ?>
    </div>
</div>