[php]osc_category_field()[/php]
Gets the value of the category attribute
Code osc_category_field():
[php]
function osc_category_field($field, $locale = ”) {
return osc_field(osc_category(), $field, "");
}
/*
* @return <array>
*/
[/php]