mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-09 06:06:09 +00:00
Add new template file for calculated time
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
<div id="stime">
|
||||
<div id="ltime">
|
||||
<div id="ltimeWrap">
|
||||
<?php
|
||||
echo CALCULATED_IN." <b>";
|
||||
echo round(($generator->pageLoadTimeEnd()-$start)*1000);
|
||||
echo "</b> ".MILISECS."<br />\n";
|
||||
echo SERVER_TIME.'<span id="tp1" class="b">'.date('H:i:s').'</span>';
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user