title arguments

Fix for Example of using 'title callback' and 'title arguments' in Drupal 6

  1. /**
  2.  * Implementation of hook_menu().
  3.  */
  4. function cck_gallery_menu() {
  5.   $items['cck-galleries/%user'] = array(
  6.     //define the function that generates the page title
  7.     'title callback' => '

Example of using 'title callback' and 'title arguments' in Drupal 6

  1. /**
  2.  * Implementation of hook_menu().
  3.  */
  4. function cck_gallery_menu() {
  5.   $items['cck-galleries/%user'] = array(
  6.     //define the function that generates the page title
Syndicate content