You are here

function theme_uc_ajax_cart_block_header in Ubercart AJAX Cart 7.2

Same name and namespace in other branches
  1. 6.2 uc_ajax_cart.theme.inc \theme_uc_ajax_cart_block_header()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 theme call to theme_uc_ajax_cart_block_header()
uc_ajax_cart_block_view in ./uc_ajax_cart.module
Implements hook_block_view().

File

./uc_ajax_cart.theme.inc, line 50
All theming functions

Code

function theme_uc_ajax_cart_block_header($variables) {

  // TODO Number of parameters in this theme funcion does not match number of parameters found in hook_theme.
  return _theme_uc_ajax_cart_block_header(t('Shopping cart'));
}