11 lines
198 B
PHP
11 lines
198 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
"css" => "/bitrix/js/ui/hint/ui.hint.css",
|
|
"js" => "/bitrix/js/ui/hint/ui.hint.js",
|
|
"rel" => ["popup"]
|
|
]; |