Remove Quanta cruft.
[capital-apms.git] / inc / page-footer.php
blobe53f69009e282b41999af5c63bd7b761b3dee874
1 <?php
3 $i_took = duration( $c->started, microtime() ); // calculate time taken for whole page generation
5 printf ('<p id="bottom_filler"><br clear="both">&nbsp;</p><div id="pagefooter"><p>Logged in as %s (%s), Page generation took: %2.03lf, Queries took: %2.03lf</p></div>',
6 $session->fullname, $session->username, $i_took, $c->total_query_time);
8 echo <<<EOFTR
9 <script><!--
10 window.defaultStatus = '$session->fullname';
11 --></script>
12 </body>
13 </html>
14 EOFTR;