%PDF- %PDF-
| Direktori : /home/bitrix/www/local/components/UB/portfolio.profile/ |
| Current File : //home/bitrix/www/local/components/UB/portfolio.profile/ajax_like.php |
<?
require_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php');
if (intval($_REQUEST['ID'])>0) {
$arRatingParams = Array(
"ENTITY_TYPE_ID" => "IBLOCK_ELEMENT",
"ENTITY_ID" => $_REQUEST["ID"],
"OWNER_ID" => $_REQUEST["ACCOUNT"],
"PATH_TO_USER_PROFILE" => "/user/#USER_ID#/"
);
$GLOBALS["APPLICATION"]->IncludeComponent("bitrix:rating.vote", "blueimp", $arRatingParams);
?><li id="blueimp-comments"><i class="fa fa-comment-o"></i> <span>0</span></li><?
}
else {
?><?=GetMessage("ERROR_ID_IS_NOT_VALID")?><?
}
?>