Your IP : 18.191.103.228


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/js/ui/tooltip/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/js/ui/tooltip/config.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
}

return (
	(\Bitrix\Main\Config\Option::get("socialnetwork", "allow_tooltip", "Y") == "Y")
		? array(
			"js" => "/bitrix/js/ui/tooltip/tooltip.js",
			"css" => "/bitrix/js/ui/tooltip/tooltip.css"
		)
		: array()
);