uc_ajax_cart_block_content_empty.tpl.php in Ubercart AJAX Cart 7.2
Same filename and directory in other branches
Theme file for an empty cart.
2 theme calls to uc_ajax_cart_block_content_empty.tpl.php
- uc_ajax_cart_block_view in ./
uc_ajax_cart.module - Implements hook_block_view().
- uc_ajax_cart_show_cart in ./
uc_ajax_cart.module - @todo Please document this function.
File
templates/uc_ajax_cart_block_content_empty.tpl.phpView source
<?php
/**
* @file
*
* Theme file for an empty cart.
*/
?>
<div id="cart-block-contents-ajax" class="cart-empty">
<?php
print t('No products in cart');
?>
</div>