/[drupal]/contributions/modules/flickrmodule/flickr.module
ViewVC logotype

Diff of /contributions/modules/flickrmodule/flickr.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Wed Feb 22 03:18:15 2006 UTC revision 1.4, Fri Feb 24 18:01:43 2006 UTC
# Line 107  function flickr_page() { Line 107  function flickr_page() {
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 {
# Line 188  function flickr_get_cached_file_contents Line 188  function flickr_get_cached_file_contents
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.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2