document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {if isset($products) && $products}
  2.     {include file="$tpl_dir./product-list.tpl" class=\'homefeatured tab-pane\' id=\'homefeatured\'}
  3.     {include file="$tpl_dir./pagination.tpl"}
  4. {else}
  5.     <ul id="homefeatured" class="homefeatured tab-pane">
  6.         <li class="alert alert-info">{l s=\'No featured products at this time.\' mod=\'homefeatured\'}</li>
  7.     </ul>
  8. {/if}
');