summaryrefslogtreecommitdiff
path: root/core/libraries/MY_Forge.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-16 06:43:31 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-16 06:43:31 +0000
commitbe67187ad95526b378decbab7cb7623fcf9ef5f3 (patch)
treeccc2a9e075eb1b269c818e9ff458ce9eec4d2e70 /core/libraries/MY_Forge.php
parent1a79a1089340d0d6c913ce018532ec3bb8eed39c (diff)
Create MY_Forge to specify the defaul html
Diffstat (limited to 'core/libraries/MY_Forge.php')
-rw-r--r--core/libraries/MY_Forge.php6
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