DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
title arguments
Fix for Example of using 'title callback' and 'title arguments' in Drupal 6
February 26, 2010 - 2:41am — Anonymous
/**
* Implementation of hook_menu().
*/
function
cck_gallery_menu
(
)
{
$items
[
'cck-galleries/%user'
]
=
array
(
//define the function that generates the page title
'title callback'
=
>
'
Drupal 6
hook_menu
title arguments
title callback
Read more
Example of using 'title callback' and 'title arguments' in Drupal 6
January 23, 2009 - 9:29am — Anonymous
/**
* Implementation of hook_menu().
*/
function
cck_gallery_menu
(
)
{
$items
[
'cck-galleries/%user'
]
=
array
(
//define the function that generates the page title
Drupal 6
hook_menu
title arguments
title callback
Read more