From 785452873f0ee0a27fc157b482b7551560f0282d Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 7 Nov 2023 08:04:56 -0500 Subject: fix typo --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index be9897f..8eba2fc 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,6 @@ load( "home.html", [ - "body_class" => $frontend->getthemeclass(false), + "server_short_description" => htmlspecialchars(config::SERVER_SHORT_DESCRIPTION), "banner" => $images[rand(0, count($images) - 1)] ] ); -- cgit v1.2.3