'; $html .= $this->tabNavigation(); switch ($this->currentTab()) { case 'search': $html .= $this->tabSearch(); break; case 'templates': $html .= $this->tabTemplates(); break; case 'install': $html .= $this->tabInstall(); break; case 'plugins': default: $html .= $this->tabPlugins(); } $html .= ''; return $html; } /** * Print the tab navigation * */ public function tabNavigation() { $html = '