Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/main.share/templates/flat/handlers/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/main.share/templates/flat/handlers/facebook.php

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

__IncludeLang(__DIR__."/lang/".LANGUAGE_ID."/facebook.php");
$name = "facebook";
$title = GetMessage("BOOKMARK_HANDLER_FACEBOOK");
$icon_url_template = "
<a
	href=\"http://www.facebook.com/share.php?u=#PAGE_URL_ENCODED#&t=#PAGE_TITLE_UTF_ENCODED#\"
	onclick=\"window.open(this.href,'','toolbar=0,status=0,width=611,height=231');return false;\"
	target=\"_blank\"
	style=\"background: #39579a\"
	class=\"fb\"
	title=\"".$title."\"
><i class=\"fa fa-facebook\"></i></a>\n";
$sort = 200;
?>