Refactor code for improved readability and consistency in multiple files
This commit is contained in:
7
foot.php
7
foot.php
@ -1,14 +1,15 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- FIN CORPS -->
|
||||
|
||||
<!-- PIED -->
|
||||
<div>
|
||||
<hr style="width:800px; margin-top:20px;">
|
||||
<hr>
|
||||
<div class="container">
|
||||
<em style="font-size:12px;">Exécuté en ~<?php
|
||||
list($usec, $sec) = explode(" ", microtime());
|
||||
$fin_ex = (float)$usec + (float)$sec;
|
||||
echo round($fin_ex - $debut_ex, 3);
|
||||
?> s.<br />Panel réalisé par BREGAND Alexis et HANRION Claude</a>.</em>
|
||||
?> s.<br />Panel réalisé par BREGAND Alexis, GOUSSOT Florian et HANRION Claude</a>.</em>
|
||||
</div>
|
||||
<!-- FIN PIED -->
|
||||
|
||||
|
Reference in New Issue
Block a user