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