Procedural File: pnadmin.php
Source Location: /legal/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
legal_admin_main [line 29]
output legal_admin_main(
)
|
|
the main administration function
This function is the default function, and is called whenever the module is called without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)
Tags:
legal_admin_modifyconfig [line 52]
output legal_admin_modifyconfig(
)
|
|
Modify configuration
This is a standard function to modify the configuration parameters of the module
Tags:
legal_admin_updateconfig [line 91]
void legal_admin_updateconfig(
termsofuse 0, privacypolicy 1, accessibilitypolicy 2)
|
|
Update the configuration
This is a standard function to update the configuration parameters of the module given the information passed back by the modification form Modify configuration
Tags:
Parameters
| termsofuse |
0 |
enable terms of use |
| privacypolicy |
1 |
enable privacy policy |
| accessibilitypolicy |
2 |
enable accessibility policy |