14 lines
224 B
PHP
14 lines
224 B
PHP
<?
|
|
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
|
|
{
|
|
die();
|
|
}
|
|
|
|
return [
|
|
'css' => 'dist/lottie.bundle.css',
|
|
'js' => 'dist/lottie.bundle.js',
|
|
'rel' => [
|
|
'main.polyfill.core',
|
|
],
|
|
'skip_core' => true,
|
|
]; |