Rev | Line | |
---|
[483] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Use this theme function to do a final manipulation of the form |
---|
| 4 | |
---|
| 5 | function phptemplate_jsdoc_object_form($form) { |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | function phptemplate_jsdoc_object_form($form) { |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | // Use these functions to create the equivalent tpl.php files |
---|
| 12 | |
---|
| 13 | // function theme_jsdoc_object_children($children) { |
---|
| 14 | function phptemplate_jsdoc_object_children($children) { |
---|
| 15 | return _phptemplate_callback('jsdoc_object_children', array('children' => $children)); |
---|
| 16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.