You are here

function mylivechat_block_view in My Live Chat 7

Chat button for Drupal block - render

File

./mylivechat.module, line 58

Code

function mylivechat_block_view() {
  return array(
    'content' => MyLiveChat::get_instance()
      ->getChatCode(),
  );
}