summaryrefslogtreecommitdiff
path: root/core/libraries/MY_Forge.php
blob: a954eb9e4c13dad394a597ca2be3079f902f8600 (plain)
1
2
3
4
5
6
<?php
class Forge extends Forge_Core {
  public function render($template="form.html", $custom=false) {
    return parent::render($template, $custom);
  }
}