View file style/themes/vkwap/foot.php

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

if ($_SERVER['PHP_SELF'] != '/index.php' && $_SERVER['PHP_SELF'] != '/aut.php') 
{
?>
	<div class="foot">
	<img src="/style/icons/icon_glavnaya.gif" alt="*" /> <a href="/index.php">На главную</a>
	</div>
<?
}
?>
<div class="rekl">
<?
$page_size = ob_get_length(); 
ob_end_flush(); 

rekl(3);
?>
</div>
<div class="copy">
<span>2017 &copy; <a href="/" style="text-transform: capitalize;">VK Mobile</a></span>
<?
if (!$set['web'])
echo '<span style="float:right;font-size:12px;"><a href="/?t=web" style="color:#757575;">WEB версия</a></span>';
?>
</div>
<br/><br/>
</div>
</body>
</html>
<?
exit;
?>