Define RASPI_BRAND_TITLE, replace static title

This commit is contained in:
billz
2025-01-22 00:46:00 -08:00
parent cd3fde71e3
commit 2ca7448bd3
3 changed files with 3 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ initializeApp();
<meta name="description" content="">
<meta name="author" content="">
<title><?php echo _("RaspAP WiFi Configuration Portal"); ?></title>
<title><?php echo RASPI_BRAND_TITLE; ?></title>
<!-- Bootstrap Core CSS -->
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">