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

Размер файла: 662B
  1. <?
  2. /*
  3. =============================================
  4. Движок: SHCMS Engine
  5. =============================================
  6. Название файла: Главная страница
  7. =============================================
  8. Official website: http://shcms.ru
  9. =============================================
  10. */
  11. define('SHCMS', true);
  12. include_once'system/inc/basic_settings.php';
  13. $shcmsengine['title'] = ''.$resting['title'].'';
  14. include_once'template/head.php';
  15.  
  16. define ( 'ROOT_DIR', dirname ( __FILE__ ) );
  17. define ( 'ENGINE_DIR', ROOT_DIR . '/shcms' );
  18. include_once ROOT_DIR . '/shcms/index.php';
  19.  
  20.  
  21. include_once 'template/foot.php';
  22. ?>