Go to the source code of this file.
Functions | |
controller_user_code_stylesheet ($args) | |
user_code_render_object ($args) | |
user_code_render_page_early ($args) | |
user_code_set_code ($args) |
controller_user_code_stylesheet | ( | $ | args | ) |
controller that shows a textarea for editing either a page's or the global user-defined code files
Definition at line 25 of file module_user_code.inc.php.
user_code_render_object | ( | $ | args | ) |
Definition at line 102 of file module_user_code.inc.php.
user_code_render_page_early | ( | $ | args | ) |
Definition at line 119 of file module_user_code.inc.php.
user_code_set_code | ( | $ | args | ) |
set the user-defined code files
array | $args arguments key 'page' is the page (i.e. page.rev) or false the global code key 'head' is the content of the head file key 'body' is the content of the body file |
Definition at line 148 of file module_user_code.inc.php.