Files
gallery3/core/libraries/MY_Forge.php
T

6 lines
156 B
PHP

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