View file themes/default/foot.php

File size: 1.1Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  vasya pupkin                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
echo '</div><div class="lol" id="down">';
echo'<p align="center">';
require_once BASEDIR."template/session.php";
echo'<a href="'.$config_home.'/?'.SID.'">'.$config_copy.'</a><br>';
require_once BASEDIR."template/counters.php";
echo'</p>';
echo '</div><div align="center">';
if($config_generics=="1"){require_once BASEDIR."template/generic.php";}
require_once BASEDIR."template/gzip_foot.php";
echo'Design by <a href="http://ebtoday.net">imgstudio</a>';
echo'<!--'.$motor_version.' version-->';
echo'</div></body></html>';
ob_end_flush();
exit;
?>