25 Jul
2008
25 Jul
'08
6:47 p.m.
Hi How to assign the menu item to some certain users through aceess control panel... .. $content = array(); $content[] = array( 'title' => t('Contents'), 'path' => 'cShow', 'callback' => 'cShow_article', 'access' => user_access('authenticated user') ); for that how to create the custom menu thanks