$colStories)
{
if(!in_array($col, $cols)) continue;
$total += count($colStories);
}
?>
createLink('execution', 'storykanban', "executionID=$execution->id"), "{$lang->execution->kanban} {$total}", '', "class='btn btn-link btn-active-text'");?>
createLink('execution', 'story', "executionID=$execution->id"), " ", '', "class='btn btn-icon switchBtn' title='{$lang->execution->list}' data-type='bylist'");?>
createLink('execution', 'storykanban', "executionID=$execution->id"), " ", '', "class='btn btn-icon text-primary switchBtn' title='{$lang->execution->kanban}' data-type='bykanban'");?>