diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-16 06:43:31 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-16 06:43:31 +0000 |
commit | be67187ad95526b378decbab7cb7623fcf9ef5f3 (patch) | |
tree | ccc2a9e075eb1b269c818e9ff458ce9eec4d2e70 /core/libraries/MY_Forge.php | |
parent | 1a79a1089340d0d6c913ce018532ec3bb8eed39c (diff) |
Create MY_Forge to specify the defaul html
Diffstat (limited to 'core/libraries/MY_Forge.php')
-rw-r--r-- | core/libraries/MY_Forge.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/libraries/MY_Forge.php b/core/libraries/MY_Forge.php new file mode 100644 index 00000000..a954eb9e --- /dev/null +++ b/core/libraries/MY_Forge.php @@ -0,0 +1,6 @@ +<?php +class Forge extends Forge_Core { + public function render($template="form.html", $custom=false) { + return parent::render($template, $custom); + } +}
\ No newline at end of file |