| 1 |
<?php |
<?php |
| 2 |
// $Id: bbcode_wysiwyg.module,v 1.4.4.6 2008/04/14 18:40:02 jrbeeman Exp $ |
// $Id: bbcode_wysiwyg.module,v 1.4.4.7 2008/04/29 04:03:50 jrbeeman Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_perm(). |
* Implementation of hook_perm(). |
| 21 |
$items[] = array( |
$items[] = array( |
| 22 |
'path' => 'admin/settings/bbcode_wysiwyg', |
'path' => 'admin/settings/bbcode_wysiwyg', |
| 23 |
'title' => t('BBCode Formatting Bar'), |
'title' => t('BBCode Formatting Bar'), |
| 24 |
|
'description' => t('Visibility and button configuration for the BBCode Formatting Bar.'), |
| 25 |
'callback' => 'drupal_get_form', |
'callback' => 'drupal_get_form', |
| 26 |
'callback arguments' => 'bbcode_wysiwyg_admin_settings', |
'callback arguments' => 'bbcode_wysiwyg_admin_settings', |
| 27 |
'type' => MENU_NORMAL_ITEM |
'type' => MENU_NORMAL_ITEM |