project->featureBar['index'] as $label => $labelName)
{
$active = $browseType == $label ? 'btn-active-text' : '';
echo html::a($this->createLink('project', 'index', "projectID=$project->id&browseType=" . $label), '' . $labelName . ' ' . ($browseType == $label ? "" . (int)count($kanbanList) . '' : ''), '', "class='btn btn-link $active'");
}
?>
id", ' ' . $lang->project->createKanban, '', 'class="btn btn-primary" data-app="execution"');?>