summaryrefslogtreecommitdiff
path: root/core/libraries/MY_Forge.php
diff options
context:
space:
mode:
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