| 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) { |
| 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')); |