functions::smileys() так работает?
define ('_IN_JOHNCMS', 1);
$rootpath = '../';
$textl = 'Тест страница';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
functions::smileys()
echo '
';
require_once ('../incfiles/end.php');?