Files
grzanieplus.pl/apps/backend/modules/stCategory/templates/addToManagerSuccess.php
2025-03-12 17:06:23 +01:00

4 lines
246 B
PHP

<?php use_helper('stAdminGenerator') ?>
<?php echo st_get_admin_head('stCategory', 'Test dodawania produktu', '') ?>
<?php st_include_component('stCategory', 'addToManager', array('product_id' => $product_id)) ?>
<?php echo st_get_admin_foot() ?>