Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 27th, 2012  |  syntax: PHP  |  size: 0.26 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {block name=content}
  2.         {foreach $articoli as $articolo}
  3.                 <div class="articolo">
  4.                         <h2>{$articolo.title|escape:'htmlall'}</h2>
  5.                         Scritto il {$articolo.date|escape:'htmlall'} da dfddfd
  6.                         {$articolo.content|escape:'htmlall'}
  7.                 </div>
  8.         {/foreach}
  9. {/block}