Skip to content

Instantly share code, notes, and snippets.

@alexstep
Created November 12, 2012 19:37
Show Gist options
  • Save alexstep/4061424 to your computer and use it in GitHub Desktop.
Save alexstep/4061424 to your computer and use it in GitHub Desktop.
bitrix include area
<?$APPLICATION->IncludeFile(
$APPLICATION->GetTemplatePath("include_areas/filename.php"),
Array(),
Array(
"MODE"=>"text"
//"MODE"=>"html"
//"MODE"=>"php"
)
);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment