11 lines
261 B
PHP
11 lines
261 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
"css" => "/bitrix/js/ui/dropdown/css/dropdown.css",
|
|
"js" => "/bitrix/js/ui/dropdown/dropdown.js",
|
|
"rel" => ["popup", "ajax", "ui.design-tokens", "ui.fonts.opensans"]
|
|
]; |