<?php

/**
 * @file
 * Example file with hook implementations.
 */

/**
 * Implements example_page_build().
 */
function example_page_build(&$page) {
}
