You are here

uc_ajax_cart_block_content_empty.tpl.php in Ubercart AJAX Cart 7.2

Same filename and directory in other branches
  1. 6.2 templates/uc_ajax_cart_block_content_empty.tpl.php

Theme file for an empty cart.

File

templates/uc_ajax_cart_block_content_empty.tpl.php
View 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>