| 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; |