function theme_uc_store_footer in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \theme_uc_store_footer()
- 7.3 uc_store/uc_store.theme.inc \theme_uc_store_footer()
1 theme call to theme_uc_store_footer()
- uc_store_footer in uc_store/
uc_store.module - Implementation of hook_footer().
File
- uc_store/
uc_store.module, line 1448 - Contains global Ubercart functions and store administration functionality.
Code
function theme_uc_store_footer($message) {
return '<div id="store-footer">' . $message . '</div>';
}