function theme_uc_catalog_block_end in Ubercart 5
Theme the end of the catalog block.
See also
theme_uc_catalog_block_start
theme_uc_catalog_item
1 theme call to theme_uc_catalog_block_end()
- uc_catalog_block in uc_catalog/
uc_catalog.module - Displays a menu for navigating the "Product Catalog"
File
- uc_catalog/
uc_catalog.module, line 400 - Übercart Catalog module.
Code
function theme_uc_catalog_block_end() {
return '</ul>';
}