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

Diff of /contributions/modules/bestreply/bestreply.module

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

revision 1.2.6.1, Sun Mar 29 03:51:56 2009 UTC revision 1.2.6.2, Wed Apr 1 00:45:10 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: $  // $Id: bestreply.module,v 1.2.6.1 2009/03/29 03:51:56 taslett Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 107  function bestreply_admin_settings() { Line 107  function bestreply_admin_settings() {
107    $form['bestreply_node_types'] = array(    $form['bestreply_node_types'] = array(
108      '#type' => 'fieldset',      '#type' => 'fieldset',
109      '#title' => t('Node types'),      '#title' => t('Node types'),
110      '#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', variable_get('bestreply_name', 'bestreply') ),      '#description' => t('Check the node types you want to be able to mark a comment as the !bestreply.', array('!bestreply' => variable_get('bestreply_name', 'bestreply')) ),
111      '#collapsible' => TRUE,      '#collapsible' => TRUE,
112      '#collapsed' => TRUE,      '#collapsed' => TRUE,
113    );    );

Legend:
Removed from v.1.2.6.1  
changed lines
  Added in v.1.2.6.2

  ViewVC Help
Powered by ViewVC 1.1.2