Skip to content

Commit da43b32

Browse files
committed
Nothing important, code refactor
1 parent cbe0d18 commit da43b32

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

plugins/account-create-hint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-account-hint",
3-
"description": "This plugin display text 'To play on Forgotten you need an account. All you have to do to create your new account is to enter an account name, password, country and your email address. Also you have to agree to the terms presented below. If you have done so, your account name will be shown on the following page and your account password will be sent to your email address along with further instructions. If you do not receive the email with your password, please check your spam filter.' on the create account page. <strong>Be careful when uninstalling this!</strong>",
3+
"description": "This plugin display text 'To play on Forgotten you need an account. All you have to do to create your new account is to enter an account name, password, country and your email address. Also you have to agree to the terms presented below. If you have done so, your account name will be shown on the following page and your account password will be sent to your email address along with further instructions. If you do not receive the email with your password, please check your spam filter.' on the create account page.",
44
"version": "1.0",
55
"author": "slawkens",
66
"contact": "slawkens@gmail.com",

plugins/account-create-hint/hint.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@
99
*/
1010
defined('MYAAC') or die('Direct access not allowed!');
1111

12-
global $twig_loader;
13-
$twig_loader->prependPath(BASE . 'plugins/account-create-hint');
14-
15-
$twig->display('hint.html.twig');
12+
$twig->display('account-create-hint/hint.html.twig');

0 commit comments

Comments
 (0)