Ignore:
Timestamp:
Jul 17, 2009, 5:30:27 PM (15 years ago)
Author:
flop25
Message:

update global with pwg 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/footer.tpl

    r3334 r3618  
    1 {* $Id: footer.tpl 2381 2008-06-01 19:19:46Z vdigital $ *}
    2 <div id="copyright">
    3  <a name="EoP"></a> <!-- End of Page -->
    4  {if isset($debug.TIME) }
    5  {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
    6  {/if}
    7 
    8  {* Please, do not remove this copyright. If you really want to,
    9       contact us on http://piwigo.org to find a solution on how
    10       to show the origin of the script...
     1<div id="copyright"> <a name="EoP"></a>
     2  <!-- End of Page -->
     3  {if isset($debug.TIME) }
     4  {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
     5  {/if}
     6 
     7  {* Please, do not remove this copyright. If you really want to,
     8  contact us on http://piwigo.org to find a solution on how
     9  to show the origin of the script...
    1110  *}
    12 
    13   {'powered_by'|@translate}
    14   <a href="http://piwigo.org" class="Piwigo">
    15   <span class="Piwigo">Piwigo</span></a>
    16   {$VERSION}
     11 
     12  {'powered_by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo"> <span class="Piwigo">Piwigo</span></a> {$VERSION}
    1713  {if isset($CONTACT_MAIL)}
    18   - {'send_mail'|@translate}
    19   <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
    20   {/if}
    21 
    22 </div> <!-- copyright -->
    23 {if isset($footer_elements)}
    24 {foreach from=$footer_elements item=v}
    25 {$v}
    26 {/foreach}
     14  - <a href="http://flop25.free.fr">Flop25 Style</a> - <a href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango Icon</a> - {'send_mail'|@translate} <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> {/if}
     15 
     16  {if isset($footer_elements)}
     17  {foreach from=$footer_elements item=v}
     18  {$v}
     19  {/foreach}
     20  {/if} </div>
     21<!-- the_page -->
     22{if isset($debug.QUERIES_LIST)}
     23<div id="debug"> {$debug.QUERIES_LIST} </div>
    2724{/if}
    28 </div> <!-- the_page -->
    29 
    30 {if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
    31 </body>
    32 </html>
     25</div>
     26<!-- copyright -->
     27</body></html>
Note: See TracChangeset for help on using the changeset viewer.