function mylivechat_init in My Live Chat 7
Same name and namespace in other branches
- 6 mylivechat.module \mylivechat_init()
Implements hook_init().
File
- ./
mylivechat.module, line 13
Code
function mylivechat_init() {
MyLiveChat::get_instance()
->install_codes();
}