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

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