You are here

function flickr_photos_page_title in Flickr 7

Flickr photos page title.

1 call to flickr_photos_page_title()
flickr_user_page in ./flickr.module
Displays the links to the user's photos, sets and tags.
1 string reference to 'flickr_photos_page_title'
flickr_menu in ./flickr.module
Implements hook_menu().

File

./flickr.module, line 347
The Flickr module.

Code

function flickr_photos_page_title($user) {
  return 'Flickr photos - ' . $user->name;
}