Files
marianek.pl/admin/templates/shop-product/product-edit.php
2026-03-28 11:33:56 +01:00

7 lines
259 B
PHP

<?= \Shared\Tpl\Tpl::view('components/form-edit', ['form' => $this->form]); ?>
<?= \Shared\Tpl\Tpl::view('shop-product/product-edit-custom-script', [
'product' => $this->product,
'user' => $this->user,
'languages' => $this->form->languages ?? []
]); ?>