Расскажу где лежит функция showhead в шаблоне 1С-Битрикс.
/bitrix/modules/main/classes/general/
и открыть файл
main.php
и там найдете код
<? public function ShowHead($bXhtmlStyle=true) { $this->ShowMeta("robots", false, $bXhtmlStyle); $this->ShowMeta("keywords", false, $bXhtmlStyle); $this->ShowMeta("description", false, $bXhtmlStyle); $this->ShowLink("canonical", null, $bXhtmlStyle); $this->ShowCSS(true, $bXhtmlStyle); $this->ShowHeadStrings(); $this->ShowHeadScripts(); } ?>