vishnu3006

form Alter

Nov 15th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. function formModifications_form_alter(&$form,&$form_state,$form_id){
  4.  
  5. switch ($form_id){
  6. case 'page_node_form';
  7.  
  8.     $form['menu']['#access'] = 0;
  9. break;
  10.  
  11. }
  12.  
  13. }
  14.  
  15. ?>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment