equal
deleted
inserted
replaced
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; |