You are here

commerce-wishlist-empty-page.tpl.php in Commerce Wishlist 7.3

Empty wish list page template.

Available variables: $account - The user account that the wishlist belongs to.

File

templates/commerce-wishlist-empty-page.tpl.php
View source
<?php

/**
 * @file
 * Empty wish list page template.
 *
 * Available variables:
 *   $account - The user account that the wishlist belongs to.
 */
?>
<div class="commerce-wishlist-empty">
  <p><?php

print t('There is nothing in your wish list.');
?></p>
</div>