Skip to content

Instantly share code, notes, and snippets.

@ircykk
Last active April 16, 2018 10:30
Show Gist options
  • Save ircykk/e06fd6a6403ee08e7ee54d72be36f4e6 to your computer and use it in GitHub Desktop.
Save ircykk/e06fd6a6403ee08e7ee54d72be36f4e6 to your computer and use it in GitHub Desktop.
Allegro [product_features_mod]
{if isset($features) && count($features)}
<ul>
{foreach from=$features item=f key=key}
{if $f.name|strpos:"FILTR" === false}
<li>{$f.name|escape:'html':'UTF-8'} - <b>{$f.value|escape:'html':'UTF-8'}</b></li>
{/if}
{/foreach}
</ul>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment