mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Add some new hooks for the account/create page
Also moved some account-create text to plugins
This commit is contained in:
15
plugins/account-create-hint/hint.php
Normal file
15
plugins/account-create-hint/hint.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* account-create index.php
|
||||
*
|
||||
* @package MyAAC
|
||||
* @author Slawkens <slawkens@gmail.com>
|
||||
* @copyright 2020 MyAAC
|
||||
* @link https://my-aac.org
|
||||
*/
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
|
||||
global $twig_loader;
|
||||
$twig_loader->prependPath(BASE . 'plugins/account-create');
|
||||
|
||||
$twig->display('hint.html.twig');
|
Reference in New Issue
Block a user