function responsive_share_buttons_install in Responsive Share Buttons 7
Implements hook_install().
File
- ./
responsive_share_buttons.install, line 10 - Install and update hooks.
Code
function responsive_share_buttons_install() {
variable_set('responsive_share_buttons', _responsive_share_buttons_defaults());
}