This is where cmsdAm tries to include user templates. Each template is associated to a user section. Important directories are: - admin: it contains cmsdam administration templates -- Skeleton file is admin/index.php. It calls administration sections ## - lang: it contains internationalized templates -- lang/CountryCode/template_name.php are included from $cms->sections->section_include("section"); ## - static: it contains static templates (css, js, html, ecc) -- files in "static" directory are static templates Here is template/index.php, the main template dispatcher (Skeleton). Please check lang/default directory. If you are not familiar with cmsdAm try to read the docs (../docs) or subscribe yourself to the mailinglist. Please also check cmsdam.sourceforge.net Bye. Dino.