Changeset 2022 for trunk/modules/forge/libraries/Forge.php
- Timestamp:
- 02/10/2008 12:11:00 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
r1923 r2022 208 208 * @return string 209 209 */ 210 public function html($template = 'forge_template', $custom = FALSE)210 public function render($template = 'forge_template', $custom = FALSE) 211 211 { 212 212 // Load template … … 279 279 public function __toString() 280 280 { 281 return $this-> html();281 return $this->render(); 282 282 } 283 283
