Размер файла: 988B
- <?php
- #-----------------------------------------------------#
- # ********* ROTORCMS ********* #
- # Made by : VANTUZ #
- # E-mail : visavi.net@mail.ru #
- # Site : http://pizdec.ru #
- # WAP-Site : http://visavi.net #
- # ICQ : 36-44-66 #
- # Вы не имеете право вносить изменения в код скрипта #
- # для его дальнейшего распространения #
- #-----------------------------------------------------#
- require_once ('includes/start.php');
- require_once ('includes/functions.php');
- require_once ('includes/header.php');
- include_once ('themes/header.php');
-
- include_once (DATADIR.'main/index_head.dat');
- include_once (DATADIR.'main/index.dat');
- include_once (DATADIR.'main/index_foot.dat');
-
- include_once ('themes/footer.php');
- ?>