I searched almost everywhere, here is the head in the template, as I understand it somewhere refers?
<head> <?$APPLICATION->ShowMeta("keywords_prop", "keywords")?> <?$APPLICATION->ShowMeta("description_prop", "description")?> <?$APPLICATION->ShowHead();?> <meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible"/> <title><?$APPLICATION->ShowTitle()?></title> <? $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/jquery-1.6.2.min.js'); $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/jquery.easing.1.3.js'); $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/jquery-galleryview-1.0.1/jquery.galleryview-1.0.1-pack.js'); $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/jquery-galleryview-1.0.1/jquery.timers-1.1.2.js'); $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/swfobject.js'); $APPLICATION->AddHeadScript('/bitrix/templates/web20/js/script.js'); ?> </head>