source: Dev/trunk/src/client/util/jsdoc/template.php @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 438 bytes
Line 
1<?php
2
3// Use this theme function to do a final manipulation of the form
4
5function phptemplate_jsdoc_object_form($form) {
6}
7
8function 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) {
14function 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.