Forumlar / National / Russian / Вопросы и пожелания к движку

Для юзеров Seditio и новичков

Dayver
#17949 2009-10-18 08:12
Может быть подойдет параметр
$cfg['customfuncs'] = TRUE;			// Includes file named functions.custom.php
из чего следуеет в functions.php следующее
if($cfg['customfuncs'])
{
	require_once($cfg['system_dir'].'/functions.custom.php');
}


Добавлено 1 Минута спустя:

или я не о том?
Pavlo Tkachenko aka Dayver