[eluser]il_dandi[/eluser]
I copyed the template.php in libraries folder
I see
Fatal error: Call to undefined function to_entities() in /Applications/MAMP/htdocs/life/system/application/views/template.php on line 14
where in my template file I have
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?=to_entities($site_name.' | '.$title)?></title>
<meta name="Description" content="<?=to_entities($meta_description)?>" />
<meta name="Keywords" content="<?=to_entities($meta_keywords)?>" />
thanks