| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: title_perms.module,v 1.1 2008/07/18 19:11:40 ipsocannibal Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 52 |
if(!$may_cache) { |
if(!$may_cache) { |
| 53 |
$items[] = array( |
$items[] = array( |
| 54 |
'path' => 'admin/settings/title_perms', |
'path' => 'admin/settings/title_perms', |
| 55 |
'title' => t('Title Perms'), |
'title' => t('Title Permissions'), |
| 56 |
'description' => t('Select the content types on which to enable title editing permissions.'), |
'description' => t('Select the content types on which to enable title editing permissions.'), |
| 57 |
'callback' => 'drupal_get_form', |
'callback' => 'drupal_get_form', |
| 58 |
'callback arguments' => array('title_perms_admin_execution'), |
'callback arguments' => array('title_perms_admin_execution'), |