shell bypass 403
<? if (!empty($noticias)) { ?>
<section class="noticias">
<header>
<h2 class="titular"><i class="fa fa-newspaper-o"></i>Ăšltimas <strong>noticias inmobiliarias</strong></h2>
</header>
<? foreach ($noticias as $n) { ?>
<?= $this->element('Frontend/Noticias/listado', array('noticia' => $n)) ?>
<? } ?>
</section>
<? } ?>