Flickr photoset titles

GBain22 - April 1, 2009 - 12:21

Hi everyone,

I'm currently using Drupal 5's version of Flickr, and using the flickr/1/set page to display a list of photosets that link to my albums. However, on the actually album page, I need the title of the photoset to appear as a heading. Ive found this code in flickr_sets.module

$title = is_array($ps['title']) ? $ps['title']['_content'] : $ps['title'];

And echo'ing $title will call the name of the photoset, but I need to pass this into flickr.module. I've tried recreating it as a new variable and appending the $output but I can't seem to find the right way to do it!

Any help would be fantastic,
Cheers, Garry.

 
 

Drupal is a registered trademark of Dries Buytaert.