You are here

function shareaholic_process_html in Share Buttons, Related Posts, Content Analytics - Shareaholic 7.3

Same name and namespace in other branches
  1. 8 shareaholic.module \shareaholic_process_html()

Implements hook_process_html()

Add the ToS notice to the page in admin pages only

File

./shareaholic.module, line 175
Allows site owner to add share buttons/recommendations on their website

Code

function shareaholic_process_html(&$vars) {
  ShareaholicAdmin::show_terms_of_service_notice($vars);
  ShareaholicAdmin::show_pending_update_notice($vars);
}