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

    r833 r836  
    1515          <td style="vertical-align: top"> 
    1616            <!-- The Gallery code version number, linked to the Gallery home page --> 
    17             <span class="fineprint"> 
     17            <span class="smallalt"> 
    1818        <?php print poweredBy() ?> 
    1919            </span> 
     
    3434          <!-- donation block --> 
    3535 
    36           <td width="300" align="right"> 
    37             <span class="fineprint">  
    38               Are you happy with Gallery?<br> 
    39           Make us happy too!  Donate!<br> 
    40           (only admins see this message and button)<br> 
    41             </span> 
    42           </td> 
    43           <td width="90" align="right"> 
    44             <a href="<?php echo $gallery->url ?>/donate.php?donate_tag=v<?php echo $gallery->version ?>"><img align="right" 
    45               src="<?php echo getImagePath('donate.jpg') ?>" width="88" height="31" border="0" ALT="<?php echo _("Donate to Gallery now!!") ?>"></a> 
    46           </td> 
    4736          <?php } ?> 
    4837        </tr> 
Note: See TracChangeset for help on using the changeset viewer.