Get CMS in php files
$cms = new CMS(1, intval($cookie->id_lang));if (Validate::isLoadedObject($cms)) $smarty->assign('content', $cms->content);