You are here

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

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

Theme export PDF table header.

File

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

/**
 * @file
 * Theme export PDF table header.
 */
?>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
  <?php

print $header_row;
?>
    <tbody>