?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_brandlist/views/templates/_partials/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_brandlist/views/templates

?? Viewing: brand_text.tpl

<ul>
  {foreach from=$brands item=brand name=brand_list}
    {if $smarty.foreach.brand_list.iteration <= $text_list_nb}
      <li>
        <a href="{$brand['link']}" title="{$brand['name']}">
          {$brand['name']}
        </a>
      </li>
    {/if}
  {/foreach}
</ul>


??

??