$settings->qlink( 'Host', $module.'/detail/show', $urlParams + array('active' => 'host') ), ); if ($settings->service) { $tabs['service'] = $settings->qlink( 'Service', $module.'/detail/show', $urlParams ); } $tabs['history'] = $settings->qlink( 'History', $module.'/history', $urlParams ); $tabs['hostservices'] = $settings->qlink( 'Services', $module.'/hostservices', $urlParams ); $html = '"; return $html; } }