Files
globelus.pl/autoload/admin/view/class.GlobelusSettings.php
2024-11-11 15:28:20 +01:00

11 lines
181 B
PHP

<?php
namespace admin\view;
class GlobelusSettings
{
public static function main_view()
{
$tpl = new \Tpl;
return $tpl -> render( 'globelus-settings/main-view' );
}
}