panels-add-content-link.tpl.php 351 B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * Template to control the add content individual links in the add content modal.
  5. */
  6. ?>
  7. <div class="content-type-button clearfix">
  8. <?php if (isset($icon_text_button)): ?>
  9. <?php print $icon_text_button; ?>
  10. <?php else: ?>
  11. <?php print $image_button; ?>
  12. <div><?php print $text_button; ?></div>
  13. <?php endif; ?>
  14. </div>