'Installation']) ?> * * Variables: * $doc_title (string) — page title shown in and breadcrumb * $app_name (string) — defaults to 'Nhance PAM' * $app_version (string) — defaults to 'v1.1.0' */ $doc_title = $doc_title ?? 'Documentation'; $app_name = $app_name ?? 'Nhance PAM'; $app_version = $app_version ?? 'v1.1.0'; $base = base_url(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><?= esc($doc_title) ?> — <?= esc($app_name) ?> Doc, <?= esc($app_version) ?>