/[drupal]/contributions/modules/dompdf/dompdf.theme.inc
ViewVC logotype

Contents of /contributions/modules/dompdf/dompdf.theme.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Jul 31 17:05:05 2009 UTC (3 months, 4 weeks ago) by mlsamuelson
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
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