11 lines
181 B
PHP
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' );
|
|
}
|
|
}
|