Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.217.62
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : newsletter.ctp
<section class="newsletter">
    <?= $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('suscripcion')) ?>

    <div class="row">
        <div class="col-sm-3 col-lg-2">
            <header>
                <h2 class="titular"><i class="fa fa-envelope-o"></i>Date de alta en el <strong>newsletter</strong></h2>
            </header>
        </div>

        <?= $this->Form->create('Suscripcion', array('url' => array('controller' => 'pages', 'action' => 'home'), 'class' => 'form')) ?>
        <div class="form-newsletter col-sm-6 col-lg-8">
            <?= $this->Form->input('email', array('label' => 'Recibirás en tu email las últimas noticias y promociones inmobiliarias de ' . Configure::read('App.nombre') . '...', 'placeholder' => 'Escribe aquí tu email para solicitar el newsletter', 'div' => false, 'errorMessage' => false, 'format' => array('before', 'between', 'input', 'after', 'label', 'error'))) ?>
        </div>

        <div class="form-newsletter col-sm-3 col-lg-2">
            <?= $this->Form->button('Suscribirme', array('type' => 'submit', 'class' => 'btn')) ?>
        </div>
        <?= $this->Form->end() ?>
    </div>
</section>
© 2026 GrazzMean