Changeset 488 for trunk/themes/air/album.php
- Timestamp:
- 08/24/07 14:35:33 (16 months ago)
- Files:
-
- 1 modified
-
trunk/themes/air/album.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/air/album.php
r479 r488 10 10 11 11 <?php plogger_load_picture(); 12 // set variables for the album12 // set variables for the thumbnails 13 13 $capt = plogger_get_picture_caption(); 14 14 // find thumbnail width … … 34 34 <?php else : ?> 35 35 36 < div id="no-pictures-msg">There are no pictures in this album.</div>36 <p id="no-pictures-msg">There are no pictures in this album.</p> 37 37 38 38 <?php endif; ?> … … 40 40 </div> 41 41 42 43 42 <?php plogger_get_footer(); ?>
