Changeset 1917 for trunk/modules/forge/libraries/Forge.php
- Timestamp:
- 02/04/2008 08:33:53 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Forge.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Forge.php
r1916 r1917 141 141 public function html($template = 'forge_template', $custom = FALSE) 142 142 { 143 // Load template with current template vars144 $form = new View($template , $this->template);143 // Load template 144 $form = new View($template); 145 145 146 146 if ($custom) … … 174 174 // Using a template view 175 175 176 $form->set($this->template); 176 177 $hidden = array(); 177 178 if ( ! empty($this->hidden))
