mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -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);
|
|
}
|
|
} |