/[drupal]/contributions/modules/slider/slider.admin.inc
ViewVC logotype

Diff of /contributions/modules/slider/slider.admin.inc

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

revision 1.1, Wed Oct 15 10:04:25 2008 UTC revision 1.1.2.1, Fri Mar 6 09:47:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: slider.admin.inc,v 1.1 2008/10/15 10:04:25 marktheunissen Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 41  function slider_admin_settings() { Line 41  function slider_admin_settings() {
41      '#description' => t('Should the tabs display above or below the content?.'),      '#description' => t('Should the tabs display above or below the content?.'),
42    );    );
43    
44      $form['slider_teaser_warning'] = array(
45        '#type' => 'checkbox',
46        '#title' => t('Slider teaser warning'),
47        '#default_value' => variable_get('slider_teaser_warning', TRUE),
48        '#description' => t('Enable a message that warns you if you\'re displaying a Slider as a teaser.'),
49      );
50    
51    return system_settings_form($form);    return system_settings_form($form);
52  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2