loadModule(); // Include JavaScript files to be shown with every view in this module App::Get()->response->addJavascript($module->moduleStatic.'/js/jquery-1.4.2-min.js'); App::Get()->response->addJavascript($module->moduleStatic.'/js/jcorner.jquery.js'); // Include CAS-Browser default CSS stylesheets to be shown with every view in this module App::Get()->response->addStylesheet($module->moduleStatic.'/css/cas-browser.css'); App::Get()->response->addStylesheet($module->moduleStatic.'/css/dataTables.css'); } /** * hook_before_footer * * This hook is executed before the contents of the footer are processed */ function hook_before_footer() {} /** * hook_before_render * * This hook is after all of the view components (header, view, footer) have been * processed but before the processed results are sent out across the wire to the * browser. */ function hook_before_send() {}