include ("template/menu.tpl");
// ------------ Контент страницы ----------------------------------
if (file_exists("content_ru/$psyid.tpl"))
{
include ("content_ru/$psyid.tpl");
}
else
{
include ("content_ru/_index.tpl");
}
include ("template/footer.tpl");
?>