ver. 0.271 - ShopAttribute refactor + update package
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
namespace admin\view;
|
||||
class ShopAttribute
|
||||
{
|
||||
public static function values_edit( $attribute, $values, $languages )
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
$tpl -> attribute = $attribute;
|
||||
$tpl -> values = $values;
|
||||
$tpl -> languages = $languages;
|
||||
return $tpl -> render( 'shop-attribute/values-edit' );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user