Файл: upload/module/facebook/include/plugin/group.template_default_controller_view_extra_info.php
Строк: 13
<?php
if (Phpfox::getParam('facebook.facebook_like_group'))
{
echo '<div class="p_4">
<iframe src="http://www.facebook.com/plugins/like.php?href=' . $this->_aVars['aGroup']['bookmark_url'] . '&layout=button_count&show_faces=true&width=200&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:21px;" allowTransparency="true"></iframe></div>';
}
?>