if ($APPLICATION->GetDirProperty("IS_NEWS") == "Y"): include(...); endif;
$IS_MAIN_PAGE = "Y";
if ($IS_MAIN_PAGE == "Y"): include(...); endif;