Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/html_wrap/photo.footer.default

    r833 r836  
    1212includeTemplate('photo.footer.tpl'); 
    1313?> 
     14    <hr> 
    1415      <table width="100%" cellspacing="0" cellpadding="0" class="modfooter"> 
    1516        <tr> 
     
    3334          <!-- donation block --> 
    3435 
    35           <td width="300" align="right"> 
    36             <span class="fineprint"> 
    37               Are you happy with Gallery?<br> 
    38           Make us happy too!  Donate!<br> 
    39           (only admins see this message and button)<br> 
    40             </span> 
    41           </td> 
    42           <td width="90" align="right"> 
    43             <a href="<?php echo $gallery->url ?>/donate.php?donate_tag=v<?php echo $gallery->version ?>"><img align="right" 
    44               src="<?php echo getImagePath('donate.jpg') ?>" width="88" height="31" border="0" ALT="<?php echo _("Donate to Gallery now!!") ?>"></a> 
    45           </td> 
    4636          <?php } ?> 
    4737        </tr> 
Note: See TracChangeset for help on using the changeset viewer.