first commit
This commit is contained in:
19
autoload/admin/controls/class.GlobelusParams.php
Normal file
19
autoload/admin/controls/class.GlobelusParams.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace admin\controls;
|
||||
class GlobelusParams
|
||||
{
|
||||
public static function categories_list()
|
||||
{
|
||||
return \Tpl::view( 'globelus-params/categories-list' );
|
||||
}
|
||||
|
||||
public static function countries_list()
|
||||
{
|
||||
return \Tpl::view( 'globelus-params/countries-list' );
|
||||
}
|
||||
|
||||
static public function positions_list()
|
||||
{
|
||||
return \Tpl::view( 'globelus-params/positions-list' );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user