11.26
php
saved
jose.zap
Note
jose.zap did not leave a note
jose.zap did not leave a note
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- </head>
- <body>
- <table class="header" style="width:100%;padding-left:50px;padding-right:50px">
- <tr>
- </tr>
- </table>
- <p class="sender">Decanato de Estudios de Postgrado</p>
- <p class="sender">Coordinación de postgrado</p>
- </body>
- </html>
- <?php
- $pdf->load_html($output);
- $pdf->render();
- $pdf->stream($title_for_layout.'.pdf');
- exit;
- ?>
Parsed in 0.055 seconds, using GeSHi 1.0.7.14