You are here

views-data-export-pdf.tpl.php in Views Data Export PDF 7

Same filename and directory in other branches
  1. 7.2 theme/views-data-export-pdf.tpl.php

Theme export PDF.

File

theme/views-data-export-pdf.tpl.php
View source
<?php

/**
 * @file
 * Theme export PDF.
 */
?>

<?php

print $header;
print $body;
print $footer;