? banner-settings-menu.patch Index: banner.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/banner/banner.module,v retrieving revision 1.72 diff -u -r1.72 banner.module --- banner.module 10 Dec 2006 21:40:36 -0000 1.72 +++ banner.module 26 Dec 2006 19:15:17 -0000 @@ -384,6 +384,16 @@ 'weight' => 5, ); + // settings page + $items[] = array( + 'path' => 'admin/settings/banner', + 'title' => t('Banner'), + 'description' => t('Manage Banner settings.'), + 'callback' => 'drupal_get_form', + 'callback arguments' => 'banner_admin_settings', + 'access' => user_access('administer site configuration'), + ); + // admin menu $items[] = array( 'path' => 'admin/content/banner',