ver 0.250: migrate settings to form-edit and cleanup legacy settings classes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?
|
||||
namespace admin\view;
|
||||
|
||||
class Settings
|
||||
{
|
||||
public static function view( $settings )
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
$tpl -> settings = $settings;
|
||||
return $tpl -> render( 'settings/settings' );
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user