File size: 580B
<?php
echo '</div></div><div class="foot-menu"><div class="butt2">
'.($_SERVER['PHP_SELF'] != '/index.php' ? '<a href="/">На главную</a>' : '').
(isset($active) ? '<a href="/online">Онлайн: '.$count_online_user.'</a>' : '').
($version == 'mobile' ? '<a href="?version=web">WEB</a>' : '<a href="?version=mobile">Mobile</a>').'
</div></div>';
echo '<div class="ze">Copyright © '.date('Y').'
<span style="display: none"></span>
</div>
</body></html>';
// Сбрасываем буфер и отключаем буферизацию
ob_end_flush();
?>