Просмотр файла index.php

Размер файла: 988B
  1. <?php
  2. #-----------------------------------------------------#
  3. # ********* ROTORCMS ********* #
  4. # Made by : VANTUZ #
  5. # E-mail : visavi.net@mail.ru #
  6. # Site : http://pizdec.ru #
  7. # WAP-Site : http://visavi.net #
  8. # ICQ : 36-44-66 #
  9. # Вы не имеете право вносить изменения в код скрипта #
  10. # для его дальнейшего распространения #
  11. #-----------------------------------------------------#
  12. require_once ('includes/start.php');
  13. require_once ('includes/functions.php');
  14. require_once ('includes/header.php');
  15. include_once ('themes/header.php');
  16.  
  17. include_once (DATADIR.'main/index_head.dat');
  18. include_once (DATADIR.'main/index.dat');
  19. include_once (DATADIR.'main/index_foot.dat');
  20.  
  21. include_once ('themes/footer.php');
  22. ?>