Does the following have to go in template.php?
<?php
function theme_add_to_cart_form($form) {
...
}
?>Or can you put this somewhere in your module?
I'm trying to package up a module for distribution, and I really don't want users to have to override add a theme function to their theme just to use it.
Thanks for the help!
