| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/page/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/page/assetlocation.php |
<?php
namespace Bitrix\Main\Page;
class AssetLocation
{
const BEFORE_CSS = 'BEFORE_CSS';
const AFTER_CSS = 'AFTER_CSS';
const AFTER_JS_KERNEL = 'AFTER_JS_KERNEL';
const AFTER_JS = 'AFTER_JS';
const BODY_END = 'BODY_END';
}
?>