Source for file doc.core.php
Documentation is available at doc.core.php
* Обработчик подключаемых html файлов
* @author PHPShop Software
* Возврат содержимого файла
* @global array $SysValue настройки
* @param string $pages имя файла без расширения
$urlfile= fopen ("$dir$file","r");
$text= fread($urlfile,1000000);
$dis= $this->OpenHTML($this->SysValue['nav']['name']);
$this->title= $this->meta[$this->SysValue['nav']['name']]. ' - '. $this->PHPShopSystem->getValue("name");
$this->set('pageContent',$dis);
$this->set('pageTitle',$this->meta[$this->SysValue['nav']['name']]);
'license'=> 'Лицензионное соглашение',
'design'=> 'Редактирование дизайна',
'test'=> 'Подключение HTML файлов'
|