Source for file index.core.php
Documentation is available at index.core.php
* Обработчик первой страницы
* @author PHPShop Software
$this->objBase= $GLOBALS['SysValue']['base']['table_name11'];
// Шаблон главной страницы
$row= parent::getFullInfoItem(array('name,content'),array('category'=> "=2000",'enabled'=> "='1'"));
$this->set('mainContent',Parser($row['content']));
$this->set('mainContentTitle',$row['name']);
|