includes/template.php
changeset 413 6607cd646d6d
parent 411 d1a95497b68f
child 419 b8b4e38825db
equal deleted inserted replaced
412:4746dd07cc48 413:6607cd646d6d
   872       
   872       
   873       $t = ( $simple ) ? $this->process_template('simple-footer.tpl') : $this->process_template('footer.tpl');
   873       $t = ( $simple ) ? $this->process_template('simple-footer.tpl') : $this->process_template('footer.tpl');
   874       
   874       
   875       $f = microtime_float();
   875       $f = microtime_float();
   876       $f = $f - $_starttime;
   876       $f = $f - $_starttime;
   877       $f = round($f, 4);
   877       $f = round($f, 2);
   878       
   878       
   879       $t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f));
   879       $t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f));
   880       $t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f));
   880       $t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f));
   881       $q_loc = '<a href="' . $this->tpl_strings['REPORT_URI'] . '">' . $lang->get('page_msg_stats_sql', array('nq' => $db->num_queries)) . '</a>';
   881       $q_loc = '<a href="' . $this->tpl_strings['REPORT_URI'] . '">' . $lang->get('page_msg_stats_sql', array('nq' => $db->num_queries)) . '</a>';
   882       $dbg = $t_loc;
   882       $dbg = $t_loc;