9 lines
208 B
PHP
9 lines
208 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @var \App\View\AppView $this
|
||
|
* @var \Cake\Collection\CollectionInterface|string[] $productCatalogs
|
||
|
*/
|
||
|
$this->setLayout('ajax');
|
||
|
|
||
|
echo $this->element('ExternalProductCatalogs/catalog_form'); ?>
|