+ {{ hook(constant('HOOK_CHARACTERS_BEFORE_INFORMATIONS')) }}
{% if config.characters.outfit %}
@@ -139,6 +140,7 @@
{% if account.isPremium() %}Premium Account{% else %}Free Account{% endif %}
+ {{ hook(constant('HOOK_CHARACTERS_AFTER_INFORMATIONS')) }}
@@ -217,21 +219,23 @@
{{ deaths|raw }}
{{ frags|raw }}
+ {{ hook(constant('HOOK_CHARACTERS_BEFORE_SIGNATURE')) }}
+
{% if config.signature_enabled %}
Signature
@@ -257,7 +261,7 @@
{% endif %}
-
+ {{ hook(constant('HOOK_CHARACTERS_AFTER_SIGNATURE')) }}
{% if hidden != 1 %}
{% set rows = 0 %}
@@ -299,6 +303,7 @@
{{ account.getCustomField("created")|date("j F Y, g:i a") ~bannedUntil }}
+ {{ hook(constant('HOOK_CHARACTERS_AFTER_ACCOUNT')) }}
@@ -342,6 +347,7 @@
{% endfor %}
{% endif %}
+ {{ hook(constant('HOOK_CHARACTERS_AFTER_CHARACTERS')) }}
diff --git a/system/templates/news.add.html.twig b/system/templates/news.add.html.twig
index ac6f532d..1edf3bec 100644
--- a/system/templates/news.add.html.twig
+++ b/system/templates/news.add.html.twig
@@ -1,18 +1,11 @@
-
+
{% if action != 'edit' %}
diff --git a/templates/kathrine/menu.js b/templates/kathrine/menu.js.html.twig
similarity index 93%
rename from templates/kathrine/menu.js
rename to templates/kathrine/menu.js.html.twig
index f71e45d7..52b4cf33 100644
--- a/templates/kathrine/menu.js
+++ b/templates/kathrine/menu.js.html.twig
@@ -3,7 +3,9 @@ list[0] = 'news';
list[1] = 'account';
list[2] = 'community';
list[3] = 'library';
+{% if config.gifts_system %}
list[4] = 'shops';
+{% endif %}
function initMenu()
{
diff --git a/templates/kathrine/template.php b/templates/kathrine/template.php
index aded1e73..ad3d886b 100644
--- a/templates/kathrine/template.php
+++ b/templates/kathrine/template.php
@@ -6,7 +6,11 @@ defined('MYAAC') or die('Direct access not allowed!');
-
+
-
-
-
-
-
-
-
-
-