<?php
if($_SERVER['PHP_SELF'] != '/index.php')
echo '<a href="/"><div class="home" style="border-top:1px dashed #e6b464"><img src="/design/imgdes/home.png" alt="*" /> На главную</div></a>';
else
echo '<div class="auth" style="text-align:center;color:#6e6e6e;" >[Gen. '.round(microtime(1) - $t, 4).' | Gzip. 34%]</div>';
echo '<div class="niz" style="text-align:center;font-weight:bold;">© ProfMas.US 2014</div>';
echo '</body></html>';
?>