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

Diff of /contributions/modules/textlinkads/textlinkads.module

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

revision 1.5.2.4, Mon Nov 19 19:12:00 2007 UTC revision 1.5.2.5, Thu Mar 6 21:56:01 2008 UTC
# Line 11  Line 11 
11   *     Module will provide block per key   *     Module will provide block per key
12   */   */
13    
14  define('TEXTLINKADS_VERSION', '$Id: textlinkads.module,v 1.5.2.3 2007/11/19 18:29:37 robertDouglass Exp $');  define('TEXTLINKADS_VERSION', '$Id: textlinkads.module,v 1.5.2.4 2007/11/19 19:12:00 robertDouglass Exp $');
15  define('TEXTLINKADS_MODULE_PATH', drupal_get_path('module', 'textlinkads'));  define('TEXTLINKADS_MODULE_PATH', drupal_get_path('module', 'textlinkads'));
16    
17  function textlinkads_help($section) {  function textlinkads_help($section) {
# Line 133  function textlinkads_admin_settings() { Line 133  function textlinkads_admin_settings() {
133      '#description' => t('Enter a heading for the Ad block. It is alright to leave it blank.'),      '#description' => t('Enter a heading for the Ad block. It is alright to leave it blank.'),
134    );    );
135    
136    $total_options = drupal_map_assoc(array(4, 6, 8, 10));    $total_options = drupal_map_assoc(array(4, 6, 8, 10, 12));
137    $row_options = drupal_map_assoc(array(1, 2, 3, 4, 8, 10));    $row_options = drupal_map_assoc(array(1, 2, 3, 4, 8, 10, 12));
138    $font_options = drupal_map_assoc(array(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18));    $font_options = drupal_map_assoc(array(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18));
139    
140    $form['textlinkads_themer'] = array('#type' => 'fieldset', '#title' => t('Textlinkads Appearance Settings'));    $form['textlinkads_themer'] = array('#type' => 'fieldset', '#title' => t('Textlinkads Appearance Settings'));

Legend:
Removed from v.1.5.2.4  
changed lines
  Added in v.1.5.2.5

  ViewVC Help
Powered by ViewVC 1.1.2