* @copyright 2008-2017 Alexander Schneider
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2
* @version SVN: $id$
* @link http://wordpress.org/extend/plugins/user-access-manager/
*/
/**
* @var \UserAccessManager\Controller\Backend\ControllerTabNavigationTrait $controller
*/
?>
getCurrentTabGroup();
$tabGroups = $controller->getTabGroups();
foreach ($tabGroups as $group => $defaultSection) {
$cssClass = 'nav-tab';
if ($currentGroupKey === $group) {
$cssClass .= ' nav-tab-active';
}
?>
getGroupText($group); ?>
getSections();
if (count($sections) > 1) {
$currentSection = $controller->getCurrentTabGroupSection();
?>