change page title for viewing variety sessions
This commit is contained in:
@@ -393,7 +393,7 @@ function booking_menu() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$items['admin/booking/variety'] = array(
|
$items['admin/booking/variety'] = array(
|
||||||
'title' => 'Booking module variety sessions',
|
'title' => 'View Variety Sessions',
|
||||||
'description' => 'View variety sessions for the Booking module',
|
'description' => 'View variety sessions for the Booking module',
|
||||||
'page callback' => 'drupal_get_form',
|
'page callback' => 'drupal_get_form',
|
||||||
'page arguments' => array('booking_variety_admin'),
|
'page arguments' => array('booking_variety_admin'),
|
||||||
|
Reference in New Issue
Block a user