Parent Directory
|
Revision Log
|
Revision Graph
Bringing dompdf HEAD up to date with current working copy in preparation of creating a Drupal 6 branch.
| 1 | <?php |
| 2 | // $Id: |
| 3 | /** |
| 4 | * @file views-view-table.tpl.php |
| 5 | * Template. |
| 6 | * |
| 7 | * @ingroup views_templates |
| 8 | */ |
| 9 | |
| 10 | //var_dump($variables['view']->name); |
| 11 | //var_dump(get_defined_vars()); |
| 12 | |
| 13 | // Send our view to DOMPDF for streaming. |
| 14 | dompdf_print_view($variables['view']->name); |
| 15 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |