first commit
This commit is contained in:
11
autoload/admin/view/class.ShopProduct.php
Normal file
11
autoload/admin/view/class.ShopProduct.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace admin\view;
|
||||
|
||||
class ShopProduct
|
||||
{
|
||||
public static function products_list()
|
||||
{
|
||||
$tpl = new \Tpl();
|
||||
return $tpl -> render('shop-product/products-list');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user