<?php $this->setPageTitle($tab['title'], $profile['nickname']); $this->setPageDescription($profile['nickname'].' — '.$tab['title']); if($this->controller->listIsAllowed()){ $this->addBreadcrumb(LANG_USERS, href_to('users')); } $this->addBreadcrumb($profile['nickname'], href_to_profile($profile)); $this->addBreadcrumb($tab['title']); ?> <div id="user_profile_header"> <?php $this->renderChild('profile_header', ['profile'=>$profile, 'meta_profile' => $meta_profile, 'tabs'=>$tabs]); ?> </div> <div id="user_content_list"><?php echo $profiles_list_html; ?></div>