You are here

function theme_uc_catalog_block_start in Ubercart 5

Theme the beginning of the catalog block.

See also

theme_uc_catalog_item

theme_uc_catalog_block_end

1 theme call to theme_uc_catalog_block_start()
uc_catalog_block in uc_catalog/uc_catalog.module
Displays a menu for navigating the "Product Catalog"

File

uc_catalog/uc_catalog.module, line 389
Übercart Catalog module.

Code

function theme_uc_catalog_block_start() {
  return '<ul class="menu">';
}