data['settings'] ?? []; echo $this->data['nav']->render(); if ($this->hasData('settingsTpl') && \is_file($this->getData('settingsTpl')) ) : include $this->data['settingsTpl']; else : include __DIR__ . '/settings.tpl.php'; endif; ?>