mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-16 23:19:53 -04:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<?php
|
|
class Forge extends Forge_Core {
|
|
public function render($template="form.html", $custom=false) {
|
|
return parent::render($template, $custom);
|
|
}
|
|
} |