views-data-export-xml-header.tpl.php 527 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * @file views-view-table.tpl.php
  4. * Template to display a view as a table.
  5. *
  6. * - $title : The title of this group of rows. May be empty.
  7. * - $rows: An array of row items. Each row is an array of content
  8. * keyed by field ID.
  9. * - $header: an array of headers(labels) for fields.
  10. * - $themed_rows: a array of rows with themed fields.
  11. * @ingroup views_templates
  12. */
  13. // Short tags act bad below in the html so we print it here.
  14. print '<?xml version="1.0" encoding="UTF-8" ?>';
  15. ?>
  16. <<?php print $root_node; ?>>