Skip to content

Instantly share code, notes, and snippets.

@nyphalim
Created July 20, 2016 07:41
Show Gist options
  • Select an option

  • Save nyphalim/bdf38fce691bf4ce1f2176c382eea3f4 to your computer and use it in GitHub Desktop.

Select an option

Save nyphalim/bdf38fce691bf4ce1f2176c382eea3f4 to your computer and use it in GitHub Desktop.
Вставка menu
<?$APPLICATION->IncludeComponent("bitrix:menu", "mainmenu", array(
"ROOT_MENU_TYPE" => "top",
"MENU_CACHE_TYPE" => "A",
"MENU_CACHE_TIME" => "36000",
"MENU_CACHE_USE_GROUPS" => "Y",
"MENU_CACHE_GET_VARS" => array(),
"MAX_LEVEL" => "1",
"CHILD_MENU_TYPE" => "left",
"USE_EXT" => "N",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N"
),
false,
array("HIDE_ICONS"=>"N")
);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment