You are here

function theme_uc_empty_cart in Ubercart 5

Same name and namespace in other branches
  1. 6.2 uc_cart/uc_cart.module \theme_uc_empty_cart()
  2. 7.3 uc_cart/uc_cart.theme.inc \theme_uc_empty_cart()
1 theme call to theme_uc_empty_cart()
uc_cart_view in uc_cart/uc_cart.module

File

uc_cart/uc_cart.module, line 1188

Code

function theme_uc_empty_cart() {
  return '<p>' . t('There are no products in your shopping cart.') . '</p>';
}