Changeset 1737
- Timestamp:
- 09/02/08 17:09:23 (3 months ago)
- Files:
-
- 1 modified
-
trunk/templates/show_random_albums.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/show_random_albums.inc.php
r1736 r1737 25 25 26 26 <?php 27 if ($album _id) {27 if ($albums) { 28 28 foreach ($albums as $album_id) { 29 29 $album = new Album($album_id); … … 50 50 51 51 <?php } // end foreach ?> 52 <?php } // end if album _id?>52 <?php } // end if albums ?> 53 53 54 54 <?php show_box_bottom(); ?>
