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

File size: 280B
<?php $this->setPageDescription($profile['nickname'].' — '.$tab['title']); ?>
<div id="user_profile_header">
    <?php $this->renderChild('profile_header', array('profile'=>$profile, 'tabs'=>$tabs)); ?>
</div>

<div id="user_profile_tab_content">
    <?php echo $html; ?>
</div>