Skip to content

Instantly share code, notes, and snippets.

@prestarocket
Created June 5, 2012 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prestarocket/2872742 to your computer and use it in GitHub Desktop.
Save prestarocket/2872742 to your computer and use it in GitHub Desktop.
prestashop : nofollow blockcms
<!-- MODULE Block footer -->
<div class="block_various_links" id="block_various_links_footer">
<h4>{l s='Informations' mod='blockcms'}</h4>
<ul>
{foreach from=$cmslinks item=cmslink}
{if $cmslink.meta_title != ''}
<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}" rel="nofollow">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>
{/if}
{/foreach}
<!-- <li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com" rel="nofollow">PrestaShop</a>&trade;</li> -->
</ul>
</div>
<!-- /MODULE Block footer -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment