ее надо в header указывать... мой пример...
[CODE]<!DO CTYPE HTML>
<ht ml>
<head>
<?$APPLICATION->ShowHead()?>
<title><?$APPLICATION->ShowTitle()?></title>
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/template_styles.css" />
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/print.css" media="print" />
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/css/tcal.css" />
<!--<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery-latest.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery.tablesorter.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery.tablesorter.pager.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/script.js"></sc ript>-->
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/tcal.js"></sc ript>
<sc ript src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></sc ript>
<!--[if lt IE 9]>
<sc ript src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></sc ript>
<![endif]-->
</head>
<body>
<?$APPLICATION->ShowPanel();?>
[/CODE]
[CODE]<!DO CTYPE HTML>
<ht ml>
<head>
<?$APPLICATION->ShowHead()?>
<title><?$APPLICATION->ShowTitle()?></title>
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/template_styles.css" />
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/print.css" media="print" />
<li nk rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/css/tcal.css" />
<!--<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery-latest.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery.tablesorter.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/jquery.tablesorter.pager.js"></sc ript>
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/script.js"></sc ript>-->
<sc ript type="text/javascript" src="<?=SITE_TEMPLATE_PATH?>/js/tcal.js"></sc ript>
<sc ript src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></sc ript>
<!--[if lt IE 9]>
<sc ript src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></sc ript>
<![endif]-->
</head>
<body>
<?$APPLICATION->ShowPanel();?>
[/CODE]