Changeset 1158:9d7267aec27b for inc/admin/class.dc.form.php
- Timestamp:
- 06/12/13 11:38:49 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.form.php
r1156 r1158 601 601 * @return mixed Value. 602 602 */ 603 public function end( )603 public function end($attr=array()) 604 604 { 605 605 $this->core->tpl->getExtension('dc_form')->renderWidget( 606 'endform' );606 'endform',$attr); 607 607 } 608 608
Note: See TracChangeset
for help on using the changeset viewer.