Magento change the order of product tabs

/*---James@adelaidecartridge.com---*/
if ($_tab['alias'] === "additional") {
echo 'class="first active"';
} else{
echo '';
}
//echo !$_index ? 'class="first active"' : ''
?>

Leave a Reply