View Single Post
  #6  
Old 04-26-2011, 09:05 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Hide "X" Per Page on products list page

{*
<li class="item-right">
{if $per_page eq "Y" and $total_items gte $per_page_values.0}
{include file="customer/main/per_page.tpl"}
{/if}
</li>
*}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote