uc_ajax_cart_block_content_empty.tpl.php in Ubercart AJAX Cart 6.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
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>