/[drupal]/contributions/modules/dompdf/dompdf-pdf.tpl.php
ViewVC logotype

Contents of /contributions/modules/dompdf/dompdf-pdf.tpl.php

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, 3 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 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