ez-pro/core/bitrix/js/ui/hint/config.php
2025-11-13 19:04:05 +03:00

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"]
];