[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/local/fyeo_lineup_old/ -> fyeo_lineup.strongarm.inc (source)

   1  <?php
   2  
   3  /**
   4   * Implementation of hook_strongarm().
   5   */
   6  function fyeo_lineup_strongarm() {
   7    $export = array();
   8    $strongarm = new stdClass;
   9    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  10    $strongarm->api_version = 1;
  11    $strongarm->name = 'comment_anonymous_fyeo_lineup';
  12    $strongarm->value = 0;
  13  
  14    $export['comment_anonymous_fyeo_lineup'] = $strongarm;
  15    $strongarm = new stdClass;
  16    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  17    $strongarm->api_version = 1;
  18    $strongarm->name = 'comment_controls_fyeo_lineup';
  19    $strongarm->value = '3';
  20  
  21    $export['comment_controls_fyeo_lineup'] = $strongarm;
  22    $strongarm = new stdClass;
  23    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  24    $strongarm->api_version = 1;
  25    $strongarm->name = 'comment_default_mode_fyeo_lineup';
  26    $strongarm->value = '4';
  27  
  28    $export['comment_default_mode_fyeo_lineup'] = $strongarm;
  29    $strongarm = new stdClass;
  30    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  31    $strongarm->api_version = 1;
  32    $strongarm->name = 'comment_default_order_fyeo_lineup';
  33    $strongarm->value = '1';
  34  
  35    $export['comment_default_order_fyeo_lineup'] = $strongarm;
  36    $strongarm = new stdClass;
  37    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  38    $strongarm->api_version = 1;
  39    $strongarm->name = 'comment_default_per_page_fyeo_lineup';
  40    $strongarm->value = '50';
  41  
  42    $export['comment_default_per_page_fyeo_lineup'] = $strongarm;
  43    $strongarm = new stdClass;
  44    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  45    $strongarm->api_version = 1;
  46    $strongarm->name = 'comment_form_location_fyeo_lineup';
  47    $strongarm->value = '0';
  48  
  49    $export['comment_form_location_fyeo_lineup'] = $strongarm;
  50    $strongarm = new stdClass;
  51    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  52    $strongarm->api_version = 1;
  53    $strongarm->name = 'comment_fyeo_lineup';
  54    $strongarm->value = '0';
  55  
  56    $export['comment_fyeo_lineup'] = $strongarm;
  57    $strongarm = new stdClass;
  58    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  59    $strongarm->api_version = 1;
  60    $strongarm->name = 'comment_preview_fyeo_lineup';
  61    $strongarm->value = '1';
  62  
  63    $export['comment_preview_fyeo_lineup'] = $strongarm;
  64    $strongarm = new stdClass;
  65    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  66    $strongarm->api_version = 1;
  67    $strongarm->name = 'comment_subject_field_fyeo_lineup';
  68    $strongarm->value = '1';
  69  
  70    $export['comment_subject_field_fyeo_lineup'] = $strongarm;
  71    $strongarm = new stdClass;
  72    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  73    $strongarm->api_version = 1;
  74    $strongarm->name = 'content_extra_weights_fyeo_lineup';
  75    $strongarm->value = array(
  76      'title' => '-5',
  77      'body_field' => '-1',
  78      'revision_information' => '5',
  79      'author' => '6',
  80      'options' => '7',
  81      'comment_settings' => '9',
  82      'menu' => '4',
  83      'path' => '10',
  84      'attachments' => '8',
  85    );
  86  
  87    $export['content_extra_weights_fyeo_lineup'] = $strongarm;
  88    $strongarm = new stdClass;
  89    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  90    $strongarm->api_version = 1;
  91    $strongarm->name = 'language_content_type_fyeo_lineup';
  92    $strongarm->value = '0';
  93  
  94    $export['language_content_type_fyeo_lineup'] = $strongarm;
  95    $strongarm = new stdClass;
  96    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  97    $strongarm->api_version = 1;
  98    $strongarm->name = 'node_options_fyeo_lineup';
  99    $strongarm->value = array(
 100      0 => 'status',
 101    );
 102  
 103    $export['node_options_fyeo_lineup'] = $strongarm;
 104    $strongarm = new stdClass;
 105    $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
 106    $strongarm->api_version = 1;
 107    $strongarm->name = 'upload_fyeo_lineup';
 108    $strongarm->value = '1';
 109  
 110    $export['upload_fyeo_lineup'] = $strongarm;
 111    return $export;
 112  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7