Index: shazamgallery.module =================================================================== RCS file: /cvs/drupal/contributions/modules/shazamgallery/shazamgallery.module,v retrieving revision 1.21 diff -u -r1.21 shazamgallery.module --- shazamgallery.module 2 Mar 2006 19:34:47 -0000 1.21 +++ shazamgallery.module 23 Aug 2006 21:56:03 -0000 @@ -68,6 +68,8 @@ $items = array(); if ($may_cache) { + $items[] = array('path' => 'node/add/gallery', 'title' => t('gallery'), + 'access' => user_access('create gallery')); $items[] = array('path' => 'gallery/view', 'title' => t('galleries'), 'access' => user_access('access content'), 'type' => MENU_SUGGESTED_ITEM,