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 |
| 5 | * Theme related functions for processing our output style plugins. |
| 6 | */ |
| 7 | |
| 8 | //drupal_rebuild_theme_registry(); |
| 9 | |
| 10 | /** |
| 11 | * Preprocess csv output template. |
| 12 | */ |
| 13 | function template_preprocess_dompdf_pdf(&$vars) { |
| 14 | // var_dump($vars['view']->name); |
| 15 | // var_dump($vars); |
| 16 | // die('in template_preprocess_dompdf_pdf()'); |
| 17 | |
| 18 | // Placeholder for now. |
| 19 | |
| 20 | } |
| 21 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |