Show
Ignore:
Timestamp:
07/07/08 14:56:01 (5 months ago)
Author:
sidtheduck
Message:

+ cleared out require and include functions from included files (no longer needed if included)
+ added code to stop direct access to included files
+ adding back r549 translatable themes
+ cleaned version of "Air" theme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-content/themes/air/album.php

    r550 r552  
    1919 
    2020                <li class="thumbnail"> 
    21                 <a href="<?php echo plogger_get_picture_url(); ?>"><img id="thumb-<?php echo plogger_get_picture_id(); ?>" class="photos" src="<?php echo plogger_get_picture_thumb(); ?>" width="<?php echo $thumb_width; ?>px" height="<?php echo $thumb_height; ?>px" title="<?php echo $picture_caption; ?>" alt="<?php echo $picture_caption; ?>" /></a> 
    22  
    23                 <div class="checkbox"><?php echo plogger_download_checkbox(plogger_get_picture_id()); ?></div> 
    24  
    25                 <p style="width:<?php echo $thumb_width; ?>px;"><?php echo $picture_caption; ?></p> 
     21                        <a href="<?php echo plogger_get_picture_url(); ?>"> 
     22                                <img id="thumb-<?php echo plogger_get_picture_id(); ?>" class="photos" src="<?php echo plogger_get_picture_thumb(); ?>" width="<?php echo $thumb_width; ?>px" height="<?php echo $thumb_height; ?>px" title="<?php echo $picture_caption; ?>" alt="<?php echo $picture_caption; ?>" /> 
     23                        </a> 
     24                        <div class="checkbox"><?php echo plogger_download_checkbox(plogger_get_picture_id()); ?></div> 
     25                        <p style="width:<?php echo $thumb_width; ?>px;"><?php echo $picture_caption; ?></p> 
    2626                </li> 
    27  
    28                 <?php endwhile; ?> 
     27        <?php endwhile; ?> 
    2928 
    3029        </ul> 
     
    3231        <?php else : ?> 
    3332 
    34         <div id="no-pictures-msg">There are no pictures in this album.</div> 
     33        <p id="no-pictures-msg"><?php echo plog_tr('There are no pictures in this album')?>.</p> 
    3534 
    3635        <?php endif; ?>