You are here

function theme_uc_ajax_cart_block_content_cached 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_content_cached()

@todo Please document this function.

See also

http://drupal.org/node/1354

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

File

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

Code

function theme_uc_ajax_cart_block_content_cached($variables) {

  // TODO Number of parameters in this theme funcion does not match number of parameters found in hook_theme.
  return '<a id="ajax-cart-view-handler" href="/cart">' . t('View cart') . '</a>';
}