/ Published in: PHP
Important: this snipplet has moved to Github.
Expand |
Embed | Plain Text
/** * Implementation of hook_menu(). */ function MODULENAME_menu(){ 'title' => 'Create', 'description' => 'Create contents', 'access callback' => 'menu_valid_path', ), 'page callback' => 'drupal_goto', ) ); }
You need to login to post a comment.
