function addtocopy_page_build in Add link to copied text 7
Implements hook_page_build().
File
- ./
addtocopy.module, line 126
Code
function addtocopy_page_build(&$page) {
if (!user_access('bypass addtocopy')) {
drupal_add_library('addtocopy', 'addtocopy', TRUE);
}
}