View file public_html/style/themes/default/foot.php

File size: 758B
<?
list($msec, $sec) = explode(chr(32), microtime());

if ($_SERVER['PHP_SELF'] != '/index.php') 
{
?>
	<div class="foot">
	<img src="/style/icons/icon_glavnaya.gif" alt="*" /> <a href="/index.php">На главную</a>
	</div>
<?
}
?>
<div class="copy">
<center>
<a href="http://prowebua.com/">Progressive Web Creator</a>
</center>
</div>

<div class="foot">


<?
if (!$set['web'])
echo '  <center><a href="/?t=web"><img src="http://icons.iconarchive.com/icons/pixelkit/gentle-edges/24/Computer-icon.png" ></a></center>';
?>
</div>

<div class="rekl">
<?
$page_size = ob_get_length(); 
ob_end_flush(); 

rekl(3);
?>
<center>
PGen: <?=round(($sec + $msec) - $conf['headtime'], 3)?>сек
and Rock_Section</center>
</div>

</div>
</body>
</html>
<?
exit;
?>