Forgot this..

This commit is contained in:
slawkens 2020-02-10 23:12:06 +01:00
parent 72c79e005a
commit da3d078917

View File

@ -10,6 +10,6 @@
defined('MYAAC') or die('Direct access not allowed!');
global $twig_loader;
$twig_loader->prependPath(BASE . 'plugins/account-create');
$twig_loader->prependPath(BASE . 'plugins/account-create-hint');
$twig->display('hint.html.twig');