shell bypass 403
<ol class="breadcrumb">
<li class="active">Inmuebles</li>
</ol>
<?= $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('flash')) ?>
<section class="panel">
<header class="panel-heading">
Listado de inmuebles
</header>
<div class="panel-body">
<?= $this->element('Backend/Private/Inmuebles/filtro') ?>
<p><?= $this->Html->link('<i class="fa fa-plus"></i> Nuevo inmueble', array('controller' => $this->params->controller, 'action' => 'add'), array('class' => 'btn btn-primary', 'escape' => false)) ?></p>
<?= $this->element('Backend/Private/Inmuebles/listado') ?>
<?= $this->element('Backend/paginador', array('entidad' => 'Inmueble')) ?>
</div>
</section>