options.php 353 B

1234567891011121314
  1. <?php
  2. /* @var $options array contains all the options the current block we're ediging contains */
  3. /* @var $controls NewsletterControls */
  4. /* @var $fields NewsletterFields */
  5. ?>
  6. <?php $controls->hidden('placeholder') ?>
  7. <?php $fields->media('image', null, array('alt'=>true)) ?>
  8. <?php $fields->url('url', 'URL') ?>
  9. <?php $fields->block_commons() ?>