Line | |
---|
1 | <?php
|
---|
2 | echo $output;
|
---|
3 | unset($output);
|
---|
4 | ?>
|
---|
5 | <i class="bl"></i><i class="br"></i>
|
---|
6 | </div>
|
---|
7 | <br />
|
---|
8 | <div id="body_buttom">
|
---|
9 | <table class="table_buttom">
|
---|
10 | <tr>
|
---|
11 | <td class="table_buttom_left"></td>
|
---|
12 | <td class="table_buttom_middle">
|
---|
13 | <?php
|
---|
14 | print "{$lang_footer['bugs_to_admin']} <a href=\"mailto:$admin_mail\">{$lang_footer['site_admin']}</a><br />";
|
---|
15 | printf("Execute time: %.5f", (microtime(true) - $time_start));
|
---|
16 | if($debug){
|
---|
17 | print " Queries: $tot_queries on ".$_SERVER['SERVER_SOFTWARE'];
|
---|
18 | if (function_exists('memory_get_usage'))
|
---|
19 | printf("<br />Mem. Usage: %.0f/%.0fK Peek: %.0f/%.0fK Limit: %s",memory_get_usage()/1024, memory_get_usage(true)/1024,memory_get_peak_usage()/1024,memory_get_peak_usage(true)/1024,ini_get('memory_limit'));
|
---|
20 | }
|
---|
21 | ?>
|
---|
22 | <p>
|
---|
23 | <a href="http://www.mangosproject.org/" target="_blank"><img src="img/logo-mangos.png" class="logo_border" alt="" /></a>
|
---|
24 | <a href="http://www.php.net/" target="_blank"><img src="img/logo-php.png" class="logo_border" alt="" /></a>
|
---|
25 | <a href="http://www.mysql.com/" target="_blank"><img src="img/logo-mysql.png" class="logo_border" alt="" /></a>
|
---|
26 | <a href="http://validator.w3.org/check?uri=referer" target="_blank"><img src="img/logo-css.png" class="logo_border" alt="" /></a>
|
---|
27 | <a href="http://www.spreadfirefox.com/" target="_blank"><img src="img/logo-firefox.png" class="logo_border" alt="" /></a>
|
---|
28 | </p>
|
---|
29 | </td>
|
---|
30 | <td class="table_buttom_right"></td>
|
---|
31 | </tr>
|
---|
32 | </table>
|
---|
33 | <br />
|
---|
34 | </div>
|
---|
35 | </div>
|
---|
36 | </center>
|
---|
37 | </body></html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.