add_module_to_all_pages

Add an input or output module to all possible pages

Located at lib/modules.php
Parameters
string $type

either output or handler

#
string $mod

name of the module to add

#
bool $logged_in

true if the module should only fire when logged in

#
string $source

the module set containing the module code

#
string $marker

the module name used to determine where to insert

#
string $placement

"before" or "after" the $marker module name

#
Returns
void