/[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.6, Thu Apr 6 05:27:33 2006 UTC revision 1.7, Tue Jun 6 11:37:42 2006 UTC
# Line 132  function theme_flickr_photoset($album, $ Line 132  function theme_flickr_photoset($album, $
132    $output .= "<div style='float: right;'><img src='".$thumbnail."' alt='".$album_title."' class='$class'></div>";    $output .= "<div style='float: right;'><img src='".$thumbnail."' alt='".$album_title."' class='$class'></div>";
133    
134    $output .= "<h2>".$album_title."</h2>";    $output .= "<h2>".$album_title."</h2>";
135    $output .= "<p>". format_plural($album['photos'], '1 photo', '%count photos') ." in this album (<a href='/flickr/setimages/$album_id'>view locally</a> - <a href='$link_to_photoset_on_flickr'>view on Flickr</a>).</p>";    $output .= "<p>". format_plural($album['photos'], '1 photo', '%count photos') ." in this album (<a href='flickr/setimages/$album_id'>view locally</a> - <a href='$link_to_photoset_on_flickr'>view on Flickr</a>).</p>";
136    $output .= "<p>$album_description</p><br clear='both' />";    $output .= "<p>$album_description</p><br clear='both' />";
137    
138    return $output;    return $output;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2