When I access site via / or /fp, I always get ‘Home’, this only happens for the home page…How can I change the title?
$items['fp'] = array( 'title' => 'Front Page', 'page callback' => 'rocdocs_main_view', 'access arguments' => array('access content'), 'title callback' => 'rocdocs_main_view_title', 'type' => MENU_CALLBACK ); function rocdocs_main_view_title() { return 'THIS IS A TEST'; }