equal
deleted
inserted
replaced
1445 |
1445 |
1446 $t = ( $simple ) ? $this->process_template('simple-footer.tpl') : $this->process_template('footer.tpl'); |
1446 $t = ( $simple ) ? $this->process_template('simple-footer.tpl') : $this->process_template('footer.tpl'); |
1447 |
1447 |
1448 $f = microtime_float(); |
1448 $f = microtime_float(); |
1449 $f = $f - $_starttime; |
1449 $f = $f - $_starttime; |
1450 $f = round($f, 2); |
1450 $f = sprintf("%.02f", $f); |
1451 |
1451 |
1452 $t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f)); |
1452 $t_loc = $lang->get('page_msg_stats_gentime_short', array('time' => $f)); |
1453 $t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f)); |
1453 $t_loc_long = $lang->get('page_msg_stats_gentime_long', array('time' => $f)); |
1454 $q_loc = '<a href="' . $this->tpl_strings['REPORT_URI'] . '">' . $lang->get('page_msg_stats_sql', array('nq' => $db->num_queries)) . '</a>'; |
1454 $q_loc = '<a href="' . $this->tpl_strings['REPORT_URI'] . '">' . $lang->get('page_msg_stats_sql', array('nq' => $db->num_queries)) . '</a>'; |
1455 $dbg = $t_loc; |
1455 $dbg = $t_loc; |