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

12345678910
  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 print $image_button; ?>
  9. <div><?php print $text_button; ?></div>
  10. </div>