View file rules.php

File size: 629B
  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'] = 'Правила сайта';
  14. include_once'template/head.php';
  15.  
  16. $rules4 = mysql_fetch_array(mysql_query("SELECT `rules` FROM `rules`"));
  17.  
  18. echo processing($rules4['rules']);
  19.  
  20. include_once'template/foot.php';
  21. ?>