Files
gallery3/core/libraries/MY_Forge.php
2008-11-16 06:43:31 +00:00

6 lines
156 B
PHP

<?php
class Forge extends Forge_Core {
public function render($template="form.html", $custom=false) {
return parent::render($template, $custom);
}
}