design->featureBar as $key => $label)
{
if(empty($key)) continue;
$active = $key == $type ? 'btn-active-text' : '';
$recTotalLabel = $key == $type ? " {$pager->recTotal}" : '';
echo html::a(inlink('browse', "productID={$productID}&type=$key"), "$label" . $recTotalLabel, '', "class='btn btn-link $active'");
}
?>
design->byQuery;?>
" . $lang->design->batchCreate, '', "class='btn btn-primary'");?>
" . $lang->design->create, '', "class='btn btn-primary'");?>