tripal_views_data_export_download_form.tpl.php 174 B

1234567891011
  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. ?>