Theme export PDF.
<?php /** * @file * Theme export PDF. */ ?> <?php print $header; print $body; print $footer;