Files
cake-products/templates/ExternalProductCatalogsProductCatalogs/add.php
T

9 lines
208 B
PHP
Raw Normal View History

2025-03-31 00:48:00 -07:00
<?php
/**
* @var \App\View\AppView $this
* @var \Cake\Collection\CollectionInterface|string[] $productCatalogs
*/
$this->setLayout('ajax');
echo $this->element('ExternalProductCatalogs/catalog_form'); ?>