From 453ae795f5647a41163896dec9d67137f0a674aa Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 16 Aug 2024 18:24:48 +0200 Subject: [PATCH] composer.json: autoload theme.php --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 80eaf918..92f9c76e 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,7 @@ "inc/functions/net.php", "inc/functions/num.php", "inc/functions/format.php", + "inc/functions/theme.php", "inc/driver/http-driver.php", "inc/driver/log-driver.php", "inc/service/captcha-queries.php"