Add an input or output module to all possible pages
| 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
|
|