ver. 0.271 - ShopAttribute refactor + update package

This commit is contained in:
2026-02-14 21:12:17 +01:00
parent 34e23338da
commit e51ac7f82b
27 changed files with 2367 additions and 726 deletions

View File

@@ -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' );
}
}