10 lines
160 B
PHP
10 lines
160 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
"js" => "/bitrix/js/ui/animations/animations.js",
|
|
"rel" => ["fx"]
|
|
]; |