| 107 |
$output .= theme('flickr_photoset', $album_details, $album_id, "_t"); |
$output .= theme('flickr_photoset', $album_details, $album_id, "_t"); |
| 108 |
} |
} |
| 109 |
} |
} |
| 110 |
$output .= "<div style='font-size: 90%; text-align: center;'>flickr.module BETA.3, by <a href='http://www.jluster.org/'>Jonas M Luster</a> patched by <a href='http://www.hyperionreactor.net/'>Warren Brian Noronha</a> </div>"; |
$output .= "flickr.module 0.5 Beta"; |
| 111 |
print theme('page', $output, "Flickr Sets"); |
print theme('page', $output, "Flickr Sets"); |
| 112 |
} |
} |
| 113 |
else { |
else { |
| 188 |
} |
} |
| 189 |
return file_get_contents ($cache_filename); // Return the file contents from the cache |
return file_get_contents ($cache_filename); // Return the file contents from the cache |
| 190 |
} |
} |
| 191 |
|
be |
| 192 |
function flickr_make_xmltree ($data) { |
function flickr_make_xmltree ($data) { |
| 193 |
// Yes, I know, this is slightly inflexible. This is a modified version of the WordPress FlickrXML parser. A new |
// Yes, I know, this is slightly inflexible. This is a modified version of the WordPress FlickrXML parser. A new |
| 194 |
// logic will be in 0.4. |
// logic will be in 0.4. |