data['navs'] ?? []; $apps = $this->data['apps'] ?? []; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Active'); ?> | = $this->getHtml('App'); ?> | = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Order'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Link'); ?> |
| = $this->printHtml($apps[$nav->app]?->name); ?> | = $nav->id; ?> | = $nav->order; ?> | = $this->printHtml($nav->name); ?> | = $this->printHtml($nav->uri); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||