} elseif (GOOGLE_BASE_PRODUCT_TYPE == 'bottom') {
$bottom_level = $product_type[sizeof($product_type) + 1]; // sets last category in array as bottom-level
$bottom_level = htmlentities($bottom_level);
$content["product_type"] = '<g:product_type>' . $google_base->google_base_xml_sanitizer($bottom_level) . '</g:product_type>';
} elseif (GOOGLE_BASE_PRODUCT_TYPE == 'full') {
$full_path = implode(",", $product_type);
$full_path = htmlentities($full_path')
$content["product_type"] = '<g:product_type>' . $google_base->google_base_xml_sanitizer($full_path) . '</g:product_type>';
}
Bookmarks