Supposed I have a function called
function theme_uc_catalog_product_grid($products) {
blah blah
}
and I want to override it in template.php
should I called the overridden function as :
function acquia_marina_uc_catalog_product_grid($products) {
blah blah
}
or something else?
Comments
Comment #1
jwolf commented