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

10 lines
192 B
PHP

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
"css" => "/bitrix/js/ui/common/ui.common.css",
"rel" => ["ui.design-tokens", "ui.fonts.opensans"]
];