File "news.tmpl"

Full Path: /srv/www/www.cadoro.it/src/templates/news.tmpl
File size: 351 bytes
MIME-type: text/plain
Charset: utf-8

{extends file='layout-news.tmpl'}

{block name=title}News — CADORO{/block}

{block name="head"}
<meta name="description" content="News &mdash; CADORO">
<meta name="author" content="">
{/block}

{block name="content-right"}
  {include "news-ajax.tmpl"}
  {if not $articles}
  <p class="mt40">
    Nessun articolo trovato.
  </p>
  {/if}
{/block}