Use config where possible

This commit is contained in:
DariusIII
2024-10-28 11:29:09 +01:00
parent 2057bf906c
commit 05ebaf4442
36 changed files with 144 additions and 130 deletions
@@ -73,7 +73,7 @@ class ForgotPasswordController extends Controller
}
}
$theme = Settings::settingValue('site.main.style');
$theme = 'Gentele';
$title = 'Forgotten Password';
$meta_title = 'Forgotten Password';