source: extensions/PwgCarbon_dft/template/footer.tpl @ 18803

Last change on this file since 18803 was 18803, checked in by Miklfe, 11 years ago
File size: 1.3 KB
Line 
1                                </div> <!-- page_content2 -->
2                        </div> <!-- page_content1 -->
3                </div> <!-- page_content -->                   
4        </div> <!--the_page -->         
5                                       
6                       
7                       
8                       
9                        <div id="footer">
10                               
11
12                                <div id="copyright">
13                               
14                                                {if isset($debug.TIME) }
15                                                         {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
16                                                {/if}
17
18                                                {* Please, do not remove this copyright. If you really want to,
19                                                  contact us on http://piwigo.org to find a solution on how
20                                                  to show the origin of the script...*}
21
22                                                {'Powered by'|@translate}
23                                                <a href="{$PHPWG_URL}" class="Piwigo">
24                                                        <span class="Piwigo">Piwigo</span>
25                                                </a>
26                                                {$VERSION}
27                                                {if isset($CONTACT_MAIL)}
28                                                        - {'Contact'|@translate}
29                                                        <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
30                                                {/if}
31{get_combined_scripts load='footer'}
32                                                {if isset($footer_elements)}
33                                                        {foreach from=$footer_elements item=v}
34                                                                {$v}
35                                                        {/foreach}
36                                                {/if}
37
38                                       
39                                                        {if isset($debug.QUERIES_LIST)}
40                                                                <div id="debug">
41                                                                        {$debug.QUERIES_LIST}
42                                                                </div>
43                                                        {/if}
44                                                       
45                               
46                                </div> <!-- copyright -->
47<div id="bg_th_right"></div>
48                        </div> <!-- footer -->
49
50
51</body>
52</html>
53
Note: See TracBrowser for help on using the repository browser.