here is my code
function custom_menu() {
$items['award/offer'] = array(
'page callback' => 'award_offer_email',
'page arguments' => array(1,3),
'type' => MENU_CALLBACK,
);
}
Here I have passed the url like http://dev.webroot.com/award/offer
but I am getting
The requested page "/award/offer" could not be found.
Any ideas?
Clear cache menu (if you are using drush : drush cc menu) and refresh your page
https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_menu/7.x