tripal_views_data_export_download_form.tpl.php 186 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Render the views data export form on views pages
  5. * Allows you to select a download type without using Feed icons
  6. */
  7. print drupal_render($form);
  8. ?>
  9. <!-- END -->