/[drupal]/contributions/modules/jcarousellite/modules/jcarousellite_views/jcarousellite_views.views.inc
ViewVC logotype

Diff of /contributions/modules/jcarousellite/modules/jcarousellite_views/jcarousellite_views.views.inc

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

revision 1.1, Wed Sep 16 23:54:12 2009 UTC revision 1.1.2.1, Wed Sep 16 23:54:12 2009 UTC
# Line 0  Line 1 
1    <?php
2    
3    function jcarousellite_views_views_plugins() {
4      return array(
5        'style' => array(
6          'jcarousellite' => array(
7            'title' => t('jCarousel Lite'),
8            'help' => t('Displays lists with next and previous buttons in the famous carousel effect.'),
9            'handler' => 'jcarousellite_views_plugin_style',
10            'parent' => 'list',
11            'uses row plugin' => FALSE,
12            'uses fields' => TRUE,
13            'uses options' => TRUE,
14            'type' => 'normal',
15            'theme' => 'views_view_jcarousellite',
16          ),
17        ),
18      );
19    }
20    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2