Projet

Général

Profil

Paste
Télécharger (131 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views_data_export / theme / views-data-export-csv-header.tpl.php @ 56aebcb7

1
<?php
2

    
3
// Print out header row, if option was selected.
4
if ($options['header']) {
5
  print implode($separator, $header) . "\r\n";
6
}