Show
Ignore:
Timestamp:
08/24/07 14:35:33 (16 months ago)
Author:
oliver
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/air/album.php

    r479 r488  
    1010 
    1111                <?php plogger_load_picture(); 
    12                 // set variables for the album 
     12                // set variables for the thumbnails 
    1313                $capt = plogger_get_picture_caption(); 
    1414                // find thumbnail width 
     
    3434        <?php else : ?> 
    3535 
    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> 
    3737 
    3838        <?php endif; ?> 
     
    4040</div> 
    4141 
    42  
    4342<?php plogger_get_footer(); ?>