Нашел для себя пару непонятных вопросов. Использую свой шаблон. В шапку вставляю:
<?php
/******************************************************************************/
// //
// InstantCMS v1.10 //
// http://instantcms.ru/ //
// //
// written by InstantCMS Team, 2007-2013 //
// produced by InstantSoft, (www.instantsoft.ru) //
// //
// LICENSED BY GNU/GPL v2 //
// //
/******************************************************************************/
if(!defined('VALID_CMS')) { die('ACCESS DENIED'); } $inUser = cmsUser::getInstance();
$inPage = cmsPage::getInstance();
$inConf = cmsConfig::getInstance();
$mod_count['top'] = $inPage->countModules('top');
$mod_count['sidebar'] = $inPage->countModules('sidebar');
$inPage->addHeadCSS('templates/'.TEMPLATE.'/css/reset.css');
$inPage->addHeadCSS('templates/'.TEMPLATE.'/css/text.css');
$inPage->addHeadCSS('templates/'.TEMPLATE.'/css/960.css');
$inPage->addHeadCSS('templates/'.TEMPLATE.'/css/styles.css');
?>
Однако после этого мне хром выводит ошибку:
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.name/templates/my-template/css/reset.css
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://domain.name/templates/my-template/css/text.css
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http:/domain.name/templates/my-template/css/960.css
Failed to load resource: the server responded with a status of 500 (Internal Server Error)