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/footer.php

    r550 r552  
    11 
    2 <div id="footer"> 
     2<div id="footer" class="clearfix"> 
    33 
    44        <?php if (plogger_pagination_control() != '') { ?> 
     
    3333 
    3434        <?php echo plogger_link_back(); ?> 
    35         <div class="credit"><a href="http://www.ardamis.com/">Design by ardamis.com</a></div> 
     35        <div class="credit"><a href="http://www.ardamis.com/"><?php echo plog_tr('Design by')?> ardamis.com</a></div> 
    3636 
    3737</div> 
     38 
    3839<?php echo plogger_download_selected_form_end(); ?> 
    3940