Add an output module to a specific page
| Parameters | |||
|---|---|---|---|
|
$page |
# | |
string
|
$mod |
name of the module to add |
# |
bool
|
$logged_in |
true if the module should only fire when logged in |
# |
string
|
$source = false |
the module set containing the module code |
# |
string
|
$marker = false |
the module name used to determine where to insert |
# |
string
|
$placement = 'after' |
"before" or "after" the $marker module name |
# |
bool
|
$queue = true |
true if the module should be queued and retryed on failure |
# |
| Returns | |
|---|---|
void
|
|