/[drupal]/contributions/modules/fasttoggle/fasttoggle.module
ViewVC logotype

Diff of /contributions/modules/fasttoggle/fasttoggle.module

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

revision 1.8.2.9, Tue Mar 31 10:42:22 2009 UTC revision 1.8.2.10, Tue Mar 31 12:12:01 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: fasttoggle.module,v 1.8.2.8 2008/11/08 11:38:19 timcn Exp $  // $Id: fasttoggle.module,v 1.8.2.9 2009/03/31 10:42:22 timcn Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 343  function _fasttoggle_get_label($label, $ Line 343  function _fasttoggle_get_label($label, $
343    
344    return $lables[$style][$label];    return $lables[$style][$label];
345  }  }
346    
347    function fasttoggle_views_api() {
348      return array(
349        'api' => 2,
350        'path' => drupal_get_path('module', 'fasttoggle') .'/views',
351      );
352    }

Legend:
Removed from v.1.8.2.9  
changed lines
  Added in v.1.8.2.10

  ViewVC Help
Powered by ViewVC 1.1.2