You are here

public function fb_social_like::render in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/boxes/fb_social_like.inc \fb_social_like::render()

Implementation of boxes_content::render().

Overrides fb_social_default::render

File

plugins/boxes/fb_social_like.inc, line 34
fb_social_like.inc

Class

fb_social_like
@file fb_social_like.inc

Code

public function render() {
  $block = parent::render();
  return $block;
}