Ignore:
Timestamp:
Jun 13, 2014, 9:10:41 PM (10 years ago)
Author:
mistic100
Message:

clean HTML code of header and footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/footer.tpl

    r17496 r28690  
    11<div id="copyright">
    2 {if isset($debug.TIME)}
    3         {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
    4 {/if}
     2  {if isset($debug.TIME)}
     3    {'Page generated in'|translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|translate} {$debug.SQL_TIME}) -
     4  {/if}
     5
    56{*
    6         Please, do not remove this copyright. If you really want to,
    7                         contact us on http://piwigo.org to find a solution on how
    8                         to show the origin of the script...
     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...
    910*}
    10         {'Powered by'|@translate}       <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
    11         {$VERSION}
    12         {if isset($CONTACT_MAIL)}
    13         - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Contact webmaster'|@translate}</a>
    14         {/if}
    15         {if isset($TOGGLE_MOBILE_THEME_URL)}
    16         - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b>
    17         {/if}
    1811
    19 {get_combined_scripts load='footer'}
     12  {'Powered by'|translate}      <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
     13  {$VERSION}
     14  {if isset($CONTACT_MAIL)}
     15  - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|@escape:url}">{'Contact webmaster'|translate}</a>
     16  {/if}
     17  {if isset($TOGGLE_MOBILE_THEME_URL)}
     18  - {'View in'|translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|translate}</a> | <b>{'Desktop'|translate}</b>
     19  {/if}
     20 
     21  {if isset($footer_elements)}
     22  {foreach from=$footer_elements item=elt}
     23    {$elt}
     24  {/foreach}
     25  {/if}
     26</div>{* <!-- copyright --> *}
    2027
    21 {if isset($footer_elements)}
    22 {foreach from=$footer_elements item=v}
    23 {$v}
    24 {/foreach}
    25 {/if}
    26 </div> {* copyright *}
    2728{if isset($debug.QUERIES_LIST)}
    2829<div id="debug">
    29 {$debug.QUERIES_LIST}
     30  {$debug.QUERIES_LIST}
    3031</div>
    3132{/if}
    32 </div>{* the_page *}
     33</div>{* <!-- the_page --> *}
     34
     35<!-- BEGIN get_combined -->
     36{get_combined_scripts load='footer'}
     37<!-- END get_combined -->
     38
    3339</body>
    3440</html>
Note: See TracChangeset for help on using the changeset viewer.