Файл: fnc/foot.php
Строк: 26
<?php
/*
MonsterCMS 0.6
ICQ: 22-22-095
ВКонтакте: https://vk.com/robot_anton
By Phenomenal
*/
echo'</div><div id="foot">
<small> © <a href="/license"><font color=#fff>MonsterCMS 2o16 0.1</font></a>';
echo'</small>';
if(isset($user)){
echo'<span class="count"><a href="/online"><font color="green">Online</font></a> ('.$db ->query("SELECT * FROM `monstercms_account` WHERE `online` > '".(TIME - 360)."'") ->num_rows.')</span>';
}
echo'</div>'; //<! -- end foot-->
echo'</body></html>';
?>