<?php if (Poll_Plugin::isInstalled() && Poll_Question::hasCurrent()) { ?> <div class="page-header"> <h3><?php echo $this->input('page-header'); ?> </h3> </div> <?php echo $this->action('current', 'frontend', 'Poll', array('omitJquery' => false, 'omitJqueryUi' => false, 'omitStyles' => false)); }