ActiveLink->link('Catalogs', [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCatalogs', 'action' => 'index', ], [ 'class' => 'submenu-link', 'target' => [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCatalogs', ], ]); ?> ActiveLink->link('Products', [ 'plugin' => 'CakeProducts', 'controller' => 'Products', 'action' => 'index', ], [ 'class' => 'submenu-link', 'target' => [ 'plugin' => 'CakeProducts', 'controller' => 'Products', ], ]); ?> ActiveLink->link('Categories', [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCategories', 'action' => 'index', ], [ 'class' => 'submenu-link', 'target' => [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCategories', ], ]); ?> ActiveLink->link('Attributes', [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCategoryAttributes', 'action' => 'index', ], [ 'class' => 'submenu-link', 'target' => [ 'plugin' => 'CakeProducts', 'controller' => 'ProductCategoryAttributes', ], ]); ?> ActiveLink->link('External Catalogs', [ 'plugin' => 'CakeProducts', 'controller' => 'ExternalProductCatalogs', 'action' => 'index', ], [ 'class' => 'submenu-link', 'target' => [ 'plugin' => 'CakeProducts', 'controller' => 'ExternalProductCatalogs', ], ]); ?>