function XXXX_uc_store_footer(){
return null;
}where XXXX is the name of your theme. If you were using the garland theme, the function would be called garland_uc_store_footer()
Hi Michael, not to nitpick, but according to Drupal coding standards, you should always include a space before the curly brace in a function definition, and NULL, TRUE, and FALSE are always uppercased.
Thanks for sharing this though.
steve
