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/general.footer.default

    r833 r836  
    2121global $validation_args; 
    2222?> 
     23    <hr /> 
    2324      <table width="100%" cellspacing="0" cellpadding="0" class="modfooter"> 
    2425        <tr> 
     
    4041if ($gallery->user->isAdmin() ) { ?> 
    4142 
    42           <!-- donation block --> 
    43  
    44           <td width="300" align="right"> 
    45             <span class="fineprint">  
    46               Are you happy with Gallery?<br> 
    47           Make us happy too!  Donate!<br> 
    48           (only admins see this message and button)<br> 
    49             </span> 
    50           </td> 
    51           <td width="90" align="right"> 
    52             <a href="<?php echo $gallery->url ?>/donate.php?donate_tag=v<?php echo $gallery->version ?>"><img align="right" 
    53               src="<?php echo getImagePath('donate.jpg') ?>" width="88" height="31" border="0" ALT="<?php echo _("Donate to Gallery now!!") ?>"></a> 
    54           </td> 
    5543          <?php } ?> 
    5644        </tr> 
Note: See TracChangeset for help on using the changeset viewer.