Quote Originally Posted by pewe View Post
I added this to the bottom of the stylesheet_footer_menu.css
Code:
#parseinfo{color:#A0A0A0;}
and this to tpl_main_page.php
Code:
?>
<div class="smallText center" id="parseinfo">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div>
<?php
Seems to work without any problems.
TNX. That did the trick. I assumed that you meant "Replace" the line of the stock code for displaying the parse time with your line of code in tpl_main_page.php