| 1 |
<?php |
<?php |
| 2 |
// $Id: flickr_sets.module,v 1.10 2008/11/13 14:14:43 paulbooker Exp $ |
// $Id: flickr_sets.module,v 1.10.2.1 2009/01/13 21:12:12 paulbooker Exp $ |
| 3 |
|
|
| 4 |
require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); |
require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); |
| 5 |
|
|
| 155 |
return $output; |
return $output; |
| 156 |
} |
} |
| 157 |
|
|
| 158 |
function theme_flickr_sets_photoset_box($ps, $uid, $owner, $size = NULL, $format = NULL) { |
function theme_flickr_sets_photoset_box($ps, $uid, $owner, $size = NULL, $format = NULL) { |
| 159 |
$title = is_array($ps['title']) ? $ps['title']['_content'] : $ps['title']; |
$title = is_array($ps['title']) ? $ps['title']['_content'] : $ps['title']; |
| 160 |
|
|
| 161 |
$output = "<div class='flickr-photoset-box'>\n"; |
$output = "<div class='flickr-photoset-box'>\n"; |