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

Diff of /contributions/modules/storm/storm.theme.inc

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

revision 1.6.4.1, Wed Jul 23 14:27:02 2008 UTC revision 1.6.4.2, Mon Sep 1 08:50:20 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: storm.theme.inc,v 1.6 2008/07/01 07:47:41 robertogerola Exp $  // $Id: storm.theme.inc,v 1.6.4.1 2008/07/23 14:27:02 robertogerola Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 84  function theme_storm_report($header, $co Line 84  function theme_storm_report($header, $co
84  function theme_storm_view_item($label, $value) {  function theme_storm_view_item($label, $value) {
85    $o = '<span class="label">'. t($label) .' : </span>'. $value;    $o = '<span class="label">'. t($label) .' : </span>'. $value;
86    return $o;    return $o;
87    }
88    
89    function theme_storm_texts() {
90      $items = array (
91        'default' => array (
92          'VAT' => 'Tax',
93        ),
94      );
95      return $items;
96  }  }

Legend:
Removed from v.1.6.4.1  
changed lines
  Added in v.1.6.4.2

  ViewVC Help
Powered by ViewVC 1.1.2