| 277 |
} // endfunction freelinking_settings (admin settings) |
} // endfunction freelinking_settings (admin settings) |
| 278 |
|
|
| 279 |
/** |
/** |
| 280 |
|
* Implementation of hook_form_FORM_ID_alter() |
| 281 |
|
* Used to add Vertical Tabs enhancement to admin page |
| 282 |
|
*/ |
| 283 |
|
function freelinking_form_freelinking_settings_alter(&$form, &$form_state) { |
| 284 |
|
if (module_exists('vertical_tabs') && |
| 285 |
|
function_exists('vertical_tabs_add_vertical_tabs')) { |
| 286 |
|
vertical_tabs_add_vertical_tabs($form); |
| 287 |
|
} |
| 288 |
|
} |
| 289 |
|
|
| 290 |
|
/** |
| 291 |
* Implementation of hook_filter_tips() |
* Implementation of hook_filter_tips() |
| 292 |
*/ |
*/ |
| 293 |
function freelinking_filter_tips($delta, $format, $long = FALSE) { |
function freelinking_filter_tips($delta, $format, $long = FALSE) { |