You are here

function radioactivity_page_alter in Radioactivity 7.2

Same name and namespace in other branches
  1. 7 radioactivity.field.inc \radioactivity_page_alter()

Implements hook_page_alter() This is one of the two ways the emitters end up on the page, the other is hook_ajax_render_alter().

File

./radioactivity.module, line 714
Radioactivity core functionality

Code

function radioactivity_page_alter($page) {
  radioactivity_update_emitters();
}