Translate('Subscribe'); $this->headTitle($title); ?>

Translate('Subscribe Form'); ?>


Partial('partial/flashMessages.phtml'); ?> form->prepare(); $buttons = $this->Partial('form/partial/buttons.phtml', array('form' => $this->form)); $this->form->setAttribute('class', 'form subscribe-form'); echo $this->form()->openTag($this->form); echo $this->formCollection($this->form, false); echo $buttons; echo $this->form()->closeTag(); ?>