shell bypass 403
<? if (!empty($opiniones)) { ?>
<section class="opiniones">
<header>
<h2 class="titular"><i class="fa fa-quote-right"></i>Testimonios <strong>de nuestros clientes</strong></h2>
</header>
<? foreach ($opiniones as $o) { ?>
<?php echo $this->element('Frontend/Opiniones/listado', array('opinion' => $o)) ?>
<? } ?>
</section>
<? } ?>