Commit 45dda5e 1 parent 32ae4dd commit 45dda5e Copy full SHA for 45dda5e
File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 54
54
define ('HOOK_ACCOUNT_LOGIN_AFTER_PAGE ' , ++$ i );
55
55
define ('HOOK_ACCOUNT_LOGIN_POST ' , ++$ i );
56
56
define ('HOOK_ACCOUNT_CREATE_CHARACTER_AFTER ' , ++$ i );
57
+ define ('HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_FIRST_TABLE ' , ++$ i );
58
+ define ('HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_VOCATIONS ' , ++$ i );
59
+ define ('HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_TOWNS ' , ++$ i );
60
+ define ('HOOK_ACCOUNT_CREATE_CHARACTER_AFTER_TOWNS ' , ++$ i );
61
+ define ('HOOK_ACCOUNT_CREATE_CHARACTER_AFTER_SECOND_TABLE ' , ++$ i );
57
62
define ('HOOK_ADMIN_HEAD_END ' , ++$ i );
58
63
define ('HOOK_ADMIN_HEAD_START ' , ++$ i );
59
64
define ('HOOK_ADMIN_BODY_START ' , ++$ i );
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ In any case the name must not violate the naming conventions stated in the <a hr
23
23
</div >
24
24
<tr >
25
25
<td >
26
+
27
+ {{ hook(' HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_FIRST_TABLE' ) }}
28
+
26
29
<div class =" InnerTableContainer" >
27
30
<table style =" width:100%;" >
28
31
<tr >
@@ -66,6 +69,9 @@ In any case the name must not violate the naming conventions stated in the <a hr
66
69
</tr >
67
70
</table >
68
71
</div >
72
+
73
+ {{ hook(' HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_VOCATION' ) }}
74
+
69
75
<div class =" InnerTableContainer" >
70
76
<table style =" width: 100%;" >
71
77
<tr >
@@ -90,6 +96,9 @@ In any case the name must not violate the naming conventions stated in the <a hr
90
96
</tr >
91
97
</table >
92
98
{% endif %}
99
+
100
+ {{ hook(' HOOK_ACCOUNT_CREATE_CHARACTER_BEFORE_TOWNS' ) }}
101
+
93
102
{% if config .character_towns | length > 1 %}
94
103
<td >
95
104
<table class =" TableContent" width =" 100%" >
@@ -112,9 +121,15 @@ In any case the name must not violate the naming conventions stated in the <a hr
112
121
</table >
113
122
</td >
114
123
{% endif %}
124
+
125
+ {{ hook(' HOOK_ACCOUNT_CREATE_CHARACTER_AFTER_TOWNS' ) }}
126
+
115
127
</tr >
116
128
</table >
117
129
</div >
130
+
131
+ {{ hook(' HOOK_ACCOUNT_CREATE_CHARACTER_AFTER_SECOND_TABLE' ) }}
132
+
118
133
</td >
119
134
</tr >
120
135
</table >
You can’t perform that action at this time.
0 commit comments