Changeset 1730
- Timestamp:
- 10/25/09 18:19:20 (13 years ago)
- Location:
- plugins/myForms/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myForms/trunk/_define.php
r1048 r1730 21 21 $this->registerModule( 22 22 /* Name */ "myForms", 23 /* Description*/ "Create a custom form page with custom action (save in db, send email , ...)",23 /* Description*/ "Create a custom form page with custom action (save in db, send email…)", 24 24 /* Author */ "Olivier Azeau", 25 25 /* Version */ '0.3a', -
plugins/myForms/trunk/default-templates/myforms.html
r748 r1730 42 42 <div id="main"> 43 43 <div id="content"> 44 {{tpl:myformsDisplay}}44 {{tpl:myformsDisplay}} 45 45 </div> 46 46 </div> <!-- End #main -->
Note: See TracChangeset
for help on using the changeset viewer.