You are here

function mylivechat_init in My Live Chat 6

Same name and namespace in other branches
  1. 7 mylivechat.module \mylivechat_init()

File

./mylivechat.module, line 25

Code

function mylivechat_init() {
  mylivechat::get_instance()
    ->install_codes();
}