If you have any problem with guilds try:
Cleanup players - can\'t join guild/be invited? Can\'t create guild? Try cleanup players.
Cleanup guilds - made guild, you are a leader, but you are not on players list? Cleanup guilds!';
else
echo 'Before you can create guild you must login.
';
?>
\ No newline at end of file
diff --git a/system/pages/guilds/pass_leadership.php b/system/pages/guilds/pass_leadership.php
index 6b545559..57f2f583 100644
--- a/system/pages/guilds/pass_leadership.php
+++ b/system/pages/guilds/pass_leadership.php
@@ -86,7 +86,7 @@ if(empty($guild_errors) && empty($guild_errors2)) {
echo $twig->render('success.html.twig', array(
'title' => 'Leadership passed',
'description' => ''.$to_player->getName().' is now a Leader of '.$guild_name.'.',
- 'custom_buttons' => '
'.$guild_owner.' is guild leader of '.$guild->getName().'. The guild was founded on '.$config['lua']['serverName'].' on '.date("j F Y", $guild->getCreationData()).'.';
if($guild_leader)
- echo ' ';
+ echo ' ';
echo '
';
else
{
@@ -70,7 +70,7 @@ elseif($action == 'step1' && $action_type == 'email')
else
echo 'Invalid player name format. If you have other characters on account try with other name.';
echo '
-
+
';
}
elseif($action == 'sendcode')
@@ -133,7 +133,7 @@ elseif($action == 'sendcode')
else
echo 'Invalid player name format. If you have other characters on account try with other name.';
echo '
';
}
else
@@ -174,7 +174,7 @@ elseif($action == 'step1' && $action_type == 'reckey')
else
echo 'Invalid player name format. If you have other characters on account try with other name.';
echo '
';
}
else
@@ -263,7 +263,7 @@ elseif($action == 'step2')
else
echo 'Invalid player name format. If you have other characters on account try with other name.';
echo '
';
}
else
@@ -362,7 +362,7 @@ elseif($action == 'step3')
else
echo 'Invalid player name format. If you have other characters on account try with other name.';
echo '
';
}
elseif($action == 'setnewpassword')
@@ -465,7 +465,7 @@ elseif($action == 'setnewpassword')
echo 'Error. Try again. Please enter code from e-mail and name of one character from account. Then press Submit.
diff --git a/system/templates/account.change_comment.html.twig b/system/templates/account.change_comment.html.twig
index cd621d14..95ac37f0 100644
--- a/system/templates/account.change_comment.html.twig
+++ b/system/templates/account.change_comment.html.twig
@@ -90,8 +90,7 @@ If you do not want to specify a certain field, just leave it blank.
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -102,8 +101,7 @@ If you do not want to specify a certain field, just leave it blank.
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.change_info.html.twig b/system/templates/account.change_info.html.twig
index 49679a3c..80be0bd2 100644
--- a/system/templates/account.change_info.html.twig
+++ b/system/templates/account.change_info.html.twig
@@ -79,9 +79,7 @@ Here you can tell other players about yourself. This information will be display
-
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -92,9 +90,7 @@ Here you can tell other players about yourself. This information will be display
-
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.change_mail.html.twig b/system/templates/account.change_mail.html.twig
index cbfd1467..1965f7a0 100644
--- a/system/templates/account.change_mail.html.twig
+++ b/system/templates/account.change_mail.html.twig
@@ -49,8 +49,7 @@ Please enter your password and the new email address. Make sure that you enter a
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -61,8 +60,7 @@ Please enter your password and the new email address. Make sure that you enter a
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.change_name.html.twig b/system/templates/account.change_name.html.twig
index a4376390..df6f9643 100644
--- a/system/templates/account.change_name.html.twig
+++ b/system/templates/account.change_name.html.twig
@@ -55,8 +55,7 @@ To change a name of character select player and choose a new name.
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -67,8 +66,7 @@ To change a name of character select player and choose a new name.
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.change_password.html.twig b/system/templates/account.change_password.html.twig
index f92f0665..d801a733 100644
--- a/system/templates/account.change_password.html.twig
+++ b/system/templates/account.change_password.html.twig
@@ -57,8 +57,7 @@ Please enter your current password and a new password. For your security, please
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -69,8 +68,7 @@ Please enter your current password and a new password. For your security, please
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.change_sex.html.twig b/system/templates/account.change_sex.html.twig
index da0d25b4..c57725ca 100644
--- a/system/templates/account.change_sex.html.twig
+++ b/system/templates/account.change_sex.html.twig
@@ -54,8 +54,7 @@ To change a sex of character select player and choose a new sex.
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -67,8 +66,7 @@ To change a sex of character select player and choose a new sex.
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.create.html.twig b/system/templates/account.create.html.twig
index a5f30886..fc99f1f9 100644
--- a/system/templates/account.create.html.twig
+++ b/system/templates/account.create.html.twig
@@ -124,12 +124,7 @@ Also you have to agree to the terms presented below. If you have done so, your a
-
-
-
-
-
-
+ {{ include('buttons.submit.html.twig') }}
diff --git a/system/templates/account.create_character.html.twig b/system/templates/account.create_character.html.twig
index b4765510..ae11b47d 100644
--- a/system/templates/account.create_character.html.twig
+++ b/system/templates/account.create_character.html.twig
@@ -126,9 +126,7 @@ In any case the name must not violate the naming conventions stated in the
@@ -50,8 +49,7 @@ To generate new recovery key for your account please enter your password.
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.generate_recovery_key.html.twig b/system/templates/account.generate_recovery_key.html.twig
index 81b52163..c1193edd 100644
--- a/system/templates/account.generate_recovery_key.html.twig
+++ b/system/templates/account.generate_recovery_key.html.twig
@@ -41,8 +41,7 @@ To generate recovery key for your account please enter your password.
-
-
+ {{ include('buttons.submit.html.twig') }}
@@ -53,8 +52,7 @@ To generate recovery key for your account please enter your password.
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/account.login.html.twig b/system/templates/account.login.html.twig
index 630eb07c..5973d4a4 100644
--- a/system/templates/account.login.html.twig
+++ b/system/templates/account.login.html.twig
@@ -55,10 +55,7 @@ Please enter your account {{ account|lower }} and your password.
diff --git a/system/templates/buttons.account_lost.html.twig b/system/templates/buttons.account_lost.html.twig
new file mode 100644
index 00000000..8fd3898a
--- /dev/null
+++ b/system/templates/buttons.account_lost.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Account lost?' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.back.html.twig b/system/templates/buttons.back.html.twig
new file mode 100644
index 00000000..44fbb164
--- /dev/null
+++ b/system/templates/buttons.back.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Back' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.base.html.twig b/system/templates/buttons.base.html.twig
new file mode 100644
index 00000000..d44bce10
--- /dev/null
+++ b/system/templates/buttons.base.html.twig
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/system/templates/buttons.cancel.html.twig b/system/templates/buttons.cancel.html.twig
new file mode 100644
index 00000000..28bc6992
--- /dev/null
+++ b/system/templates/buttons.cancel.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Cancel' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.change_email.html.twig b/system/templates/buttons.change_email.html.twig
new file mode 100644
index 00000000..49fddf66
--- /dev/null
+++ b/system/templates/buttons.change_email.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Change Email' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.change_name.html.twig b/system/templates/buttons.change_name.html.twig
new file mode 100644
index 00000000..a187c361
--- /dev/null
+++ b/system/templates/buttons.change_name.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Change Name' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.change_password.html.twig b/system/templates/buttons.change_password.html.twig
new file mode 100644
index 00000000..f320fc8e
--- /dev/null
+++ b/system/templates/buttons.change_password.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Change Password' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.change_sex.html.twig b/system/templates/buttons.change_sex.html.twig
new file mode 100644
index 00000000..2d90f6d4
--- /dev/null
+++ b/system/templates/buttons.change_sex.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Change Sex' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.create_character.html.twig b/system/templates/buttons.create_character.html.twig
new file mode 100644
index 00000000..00509b6d
--- /dev/null
+++ b/system/templates/buttons.create_character.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Create Character' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.delete_character.html.twig b/system/templates/buttons.delete_character.html.twig
new file mode 100644
index 00000000..3f44b47e
--- /dev/null
+++ b/system/templates/buttons.delete_character.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Delete Character' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.edit.html.twig b/system/templates/buttons.edit.html.twig
new file mode 100644
index 00000000..e254d0b1
--- /dev/null
+++ b/system/templates/buttons.edit.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Edit' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.login.html.twig b/system/templates/buttons.login.html.twig
new file mode 100644
index 00000000..85944665
--- /dev/null
+++ b/system/templates/buttons.login.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Login' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.logout.html.twig b/system/templates/buttons.logout.html.twig
new file mode 100644
index 00000000..b33a18fd
--- /dev/null
+++ b/system/templates/buttons.logout.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Logout' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.register_account.html.twig b/system/templates/buttons.register_account.html.twig
new file mode 100644
index 00000000..594fdd2a
--- /dev/null
+++ b/system/templates/buttons.register_account.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Register Account' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/buttons.submit.html.twig b/system/templates/buttons.submit.html.twig
new file mode 100644
index 00000000..a4bebd2a
--- /dev/null
+++ b/system/templates/buttons.submit.html.twig
@@ -0,0 +1,2 @@
+{% set button_name = 'Submit' %}
+{% include('buttons.base.html.twig') %}
\ No newline at end of file
diff --git a/system/templates/characters.form.html.twig b/system/templates/characters.form.html.twig
index 08bedc54..d731b4e2 100644
--- a/system/templates/characters.form.html.twig
+++ b/system/templates/characters.form.html.twig
@@ -1,15 +1,17 @@
Search Character
-
-
-
-
Name:
-
-
-
-
-
-
+
+
+
+
+
Name:
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/characters.html.twig b/system/templates/characters.html.twig
index ec4c7c30..c09b37b5 100644
--- a/system/templates/characters.html.twig
+++ b/system/templates/characters.html.twig
@@ -95,7 +95,7 @@
-
+
@@ -365,7 +365,7 @@
-
+
diff --git a/system/templates/creatures.back_button.html.twig b/system/templates/creatures.back_button.html.twig
new file mode 100644
index 00000000..30f7cac4
--- /dev/null
+++ b/system/templates/creatures.back_button.html.twig
@@ -0,0 +1,6 @@
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.accept_invite.html.twig b/system/templates/guilds.accept_invite.html.twig
new file mode 100644
index 00000000..c797a644
--- /dev/null
+++ b/system/templates/guilds.accept_invite.html.twig
@@ -0,0 +1,32 @@
+
+
+
Accept invitation
+
+
+
Select character to join guild:
+
+
+
+
+ {% set i = 0 %}
+ {% for player in invited_players %}
+
+ {% set i = i + 1 %}
+ {% endfor %}
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
+
+
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.back_button.html.twig b/system/templates/guilds.back_button.html.twig
new file mode 100644
index 00000000..77eaf0fe
--- /dev/null
+++ b/system/templates/guilds.back_button.html.twig
@@ -0,0 +1,8 @@
+{% if new_line is defined and new_line %}
+
+{% endif %}
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.change_description.html.twig b/system/templates/guilds.change_description.html.twig
index 798ebc6d..b38b875a 100644
--- a/system/templates/guilds.change_description.html.twig
+++ b/system/templates/guilds.change_description.html.twig
@@ -5,15 +5,8 @@ Here you can change description of your guild.
-{% endspaceless %}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/system/templates/guilds.change_logo.html.twig b/system/templates/guilds.change_logo.html.twig
index 6fe54e79..a75829d8 100644
--- a/system/templates/guilds.change_logo.html.twig
+++ b/system/templates/guilds.change_logo.html.twig
@@ -11,11 +11,8 @@ Only jpg, gif, png, bmp pictures. Max. size: {{ config.guild_image_siz
{% spaceless %}
-
-
-
-
-
+
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/guilds.change_motd.html.twig b/system/templates/guilds.change_motd.html.twig
index 0002348d..7a31ca24 100644
--- a/system/templates/guilds.change_motd.html.twig
+++ b/system/templates/guilds.change_motd.html.twig
@@ -8,11 +8,8 @@ Here you can change MOTD (Message of the Day, showed in game!) of your guild.
-
-
-
-
-
+
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/guilds.change_rank.html.twig b/system/templates/guilds.change_rank.html.twig
new file mode 100644
index 00000000..3f9da6ed
--- /dev/null
+++ b/system/templates/guilds.change_rank.html.twig
@@ -0,0 +1,37 @@
+
+
+
Change Rank
+
+
+
+
+
Name: Rank:
+
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.create_guild.html.twig b/system/templates/guilds.create_guild.html.twig
index 0c3965ff..e40cae20 100644
--- a/system/templates/guilds.create_guild.html.twig
+++ b/system/templates/guilds.create_guild.html.twig
@@ -42,12 +42,12 @@
-
+ {{ include('buttons.submit.html.twig') }}
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/system/templates/guilds.create_guild.success.html.twig b/system/templates/guilds.create_guild.success.html.twig
new file mode 100644
index 00000000..5e7c97eb
--- /dev/null
+++ b/system/templates/guilds.create_guild.success.html.twig
@@ -0,0 +1,22 @@
+{% set title = 'Created guild' %}
+
+{% set motd = '' %}
+{% if constant('MOTD_EXISTS') %}
+{% set motd = ' and motd' %}
+{% endif %}
+
+{% set description = 'Congratulations! You have created guild ' ~ guild_name ~ '. ' ~ leader_name ~ ' is leader of this guild. Now you can invite players, change picture, description' ~ motd ~ ' of guild. Press submit to open guild manager.' %}
+{% set custom_buttons = '' %}
+{{ include('success.html.twig') }}
+
+
+
+
+
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.delete_guild.html.twig b/system/templates/guilds.delete_guild.html.twig
index 09122554..6e103327 100644
--- a/system/templates/guilds.delete_guild.html.twig
+++ b/system/templates/guilds.delete_guild.html.twig
@@ -32,15 +32,8 @@
-{% spaceless %}
-
-
-
-
-
-
+ {{ include('buttons.back.html.twig') }}
-
-{% endspaceless %}
\ No newline at end of file
+
\ No newline at end of file
diff --git a/system/templates/guilds.delete_invite.html.twig b/system/templates/guilds.delete_invite.html.twig
new file mode 100644
index 00000000..3bccb429
--- /dev/null
+++ b/system/templates/guilds.delete_invite.html.twig
@@ -0,0 +1,22 @@
+{% set title = 'Delete player invitation' %}
+{% set description = 'Are you sure you want to delete player with name ' ~ player_name ~ ' from "invites list"?' %}
+{% set custom_buttons = '' %}
+{{ include('success.html.twig') }}
+
+
+
+
+
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.invite.html.twig b/system/templates/guilds.invite.html.twig
new file mode 100644
index 00000000..df822e59
--- /dev/null
+++ b/system/templates/guilds.invite.html.twig
@@ -0,0 +1,4 @@
+
+ Invite player with name:
+ {{ include('buttons.submit.html.twig') }}
+
\ No newline at end of file
diff --git a/system/templates/guilds.kick_player.html.twig b/system/templates/guilds.kick_player.html.twig
new file mode 100644
index 00000000..5e55729d
--- /dev/null
+++ b/system/templates/guilds.kick_player.html.twig
@@ -0,0 +1,22 @@
+{% set title = 'Kick player' %}
+{% set description = 'Are you sure you want to kick player with name ' ~ player_name ~ ' from your guild?' %}
+{% set custom_buttons = '' %}
+{{ include('success.html.twig') }}
+
+
+
+
+
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.leave_guild.html.twig b/system/templates/guilds.leave_guild.html.twig
new file mode 100644
index 00000000..989e1134
--- /dev/null
+++ b/system/templates/guilds.leave_guild.html.twig
@@ -0,0 +1,34 @@
+
+
+
+
Leave guild
+ {% if players|length > 0 %}
+
+
Select character to leave guild:
+
+
+
+ {% for player in players %}
+ {{ player }}
+ {% endfor %}
+
+
+ {% else %}
+
Any of your characters can't leave guild.
+ {% endif %}
+
+
+
+ {% if players|length > 0 %}
+
+ {{ include('buttons.submit.html.twig') }}
+
+ {% endif %}
+
+
+
+ {{ include('buttons.back.html.twig') }}
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/guilds.manager.html.twig b/system/templates/guilds.manager.html.twig
index de4edd47..02712053 100644
--- a/system/templates/guilds.manager.html.twig
+++ b/system/templates/guilds.manager.html.twig
@@ -163,7 +163,6 @@ Here you can change names of ranks, delete and add ranks, pass leadership to oth
-
-
+ {{ include('buttons.back.html.twig') }}
\ No newline at end of file
diff --git a/system/templates/guilds.pass_leadership.html.twig b/system/templates/guilds.pass_leadership.html.twig
index a9c0ce8e..0612733f 100644
--- a/system/templates/guilds.pass_leadership.html.twig
+++ b/system/templates/guilds.pass_leadership.html.twig
@@ -35,7 +35,6 @@
-
-
+ {{ include('buttons.back.html.twig') }}
\ No newline at end of file
diff --git a/system/templates/online.form.html.twig b/system/templates/online.form.html.twig
new file mode 100644
index 00000000..82c6f7b2
--- /dev/null
+++ b/system/templates/online.form.html.twig
@@ -0,0 +1,25 @@
+
+
+
+
+
+ Search Character
+
+
+
+
+
+
+
Name:
+
+
+
+
+ {{ include('buttons.submit.html.twig') }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/system/templates/success.html.twig b/system/templates/success.html.twig
index 287b09da..8da4bce5 100644
--- a/system/templates/success.html.twig
+++ b/system/templates/success.html.twig
@@ -6,7 +6,7 @@
-
{{ title }}
+
{{ title|raw }}
@@ -35,8 +35,7 @@
-
-
+ {{ include('buttons.back.html.twig') }}
diff --git a/templates/tibiacom/images/buttons/_sbutton_accountlost.gif b/templates/kathrine/images/global/buttons/_sbutton_accountlost.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_accountlost.gif
rename to templates/kathrine/images/global/buttons/_sbutton_accountlost.gif
diff --git a/templates/tibiacom/images/buttons/_sbutton_back.gif b/templates/kathrine/images/global/buttons/_sbutton_back.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_back.gif
rename to templates/kathrine/images/global/buttons/_sbutton_back.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_buynow.gif b/templates/kathrine/images/global/buttons/_sbutton_buynow.gif
new file mode 100755
index 00000000..7c01d728
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_buynow.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_cancel.gif b/templates/kathrine/images/global/buttons/_sbutton_cancel.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_cancel.gif
rename to templates/kathrine/images/global/buttons/_sbutton_cancel.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_change_name.gif b/templates/kathrine/images/global/buttons/_sbutton_change_name.gif
new file mode 100644
index 00000000..026844d1
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_change_name.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_change_sex.gif b/templates/kathrine/images/global/buttons/_sbutton_change_sex.gif
new file mode 100644
index 00000000..01b371ec
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_change_sex.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_changeemail.gif b/templates/kathrine/images/global/buttons/_sbutton_changeemail.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_changeemail.gif
rename to templates/kathrine/images/global/buttons/_sbutton_changeemail.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_changename.gif b/templates/kathrine/images/global/buttons/_sbutton_changename.gif
new file mode 100755
index 00000000..14e189aa
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_changename.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_changepassword.gif b/templates/kathrine/images/global/buttons/_sbutton_changepassword.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_changepassword.gif
rename to templates/kathrine/images/global/buttons/_sbutton_changepassword.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_changesex.gif b/templates/kathrine/images/global/buttons/_sbutton_changesex.gif
new file mode 100755
index 00000000..cc1542e8
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_changesex.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_confirm.gif b/templates/kathrine/images/global/buttons/_sbutton_confirm.gif
new file mode 100755
index 00000000..638a8e75
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_confirm.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_continue.gif b/templates/kathrine/images/global/buttons/_sbutton_continue.gif
new file mode 100755
index 00000000..eaa935ea
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_continue.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_createaccount.gif b/templates/kathrine/images/global/buttons/_sbutton_createaccount.gif
new file mode 100755
index 00000000..92404134
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_createaccount.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_createcharacter.gif b/templates/kathrine/images/global/buttons/_sbutton_createcharacter.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_createcharacter.gif
rename to templates/kathrine/images/global/buttons/_sbutton_createcharacter.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_declarewar.gif b/templates/kathrine/images/global/buttons/_sbutton_declarewar.gif
new file mode 100755
index 00000000..498d4830
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_declarewar.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_delete.gif b/templates/kathrine/images/global/buttons/_sbutton_delete.gif
new file mode 100755
index 00000000..fd3481dd
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_delete.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_deletecharacter.gif b/templates/kathrine/images/global/buttons/_sbutton_deletecharacter.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_deletecharacter.gif
rename to templates/kathrine/images/global/buttons/_sbutton_deletecharacter.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_disbandguild.gif b/templates/kathrine/images/global/buttons/_sbutton_disbandguild.gif
new file mode 100755
index 00000000..2ace4506
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_disbandguild.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_edit.gif b/templates/kathrine/images/global/buttons/_sbutton_edit.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_edit.gif
rename to templates/kathrine/images/global/buttons/_sbutton_edit.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_editdescription.gif b/templates/kathrine/images/global/buttons/_sbutton_editdescription.gif
new file mode 100755
index 00000000..9a6eb85a
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_editdescription.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_editmembers.gif b/templates/kathrine/images/global/buttons/_sbutton_editmembers.gif
new file mode 100755
index 00000000..c953fabc
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_editmembers.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_editranks.gif b/templates/kathrine/images/global/buttons/_sbutton_editranks.gif
new file mode 100755
index 00000000..f0dd007d
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_editranks.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_foundguild.gif b/templates/kathrine/images/global/buttons/_sbutton_foundguild.gif
new file mode 100755
index 00000000..b06982f7
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_foundguild.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getextraservice.gif b/templates/kathrine/images/global/buttons/_sbutton_getextraservice.gif
new file mode 100755
index 00000000..252066c2
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getextraservice.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getmount.gif b/templates/kathrine/images/global/buttons/_sbutton_getmount.gif
new file mode 100755
index 00000000..65f04640
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getmount.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getoutfit.gif b/templates/kathrine/images/global/buttons/_sbutton_getoutfit.gif
new file mode 100755
index 00000000..43a5cf2c
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getoutfit.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getpremium.gif b/templates/kathrine/images/global/buttons/_sbutton_getpremium.gif
new file mode 100755
index 00000000..f300107d
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getpremium.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getpremiumscroll.gif b/templates/kathrine/images/global/buttons/_sbutton_getpremiumscroll.gif
new file mode 100755
index 00000000..e040d9e4
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getpremiumscroll.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_getpremiumtime.gif b/templates/kathrine/images/global/buttons/_sbutton_getpremiumtime.gif
new file mode 100755
index 00000000..8a4cbe18
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_getpremiumtime.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_gettibiacoins.gif b/templates/kathrine/images/global/buttons/_sbutton_gettibiacoins.gif
new file mode 100755
index 00000000..b2d961ce
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_gettibiacoins.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_guildevents.gif b/templates/kathrine/images/global/buttons/_sbutton_guildevents.gif
new file mode 100755
index 00000000..00fba28a
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_guildevents.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_guildwars.gif b/templates/kathrine/images/global/buttons/_sbutton_guildwars.gif
new file mode 100755
index 00000000..4aac5e45
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_guildwars.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_iagree.gif b/templates/kathrine/images/global/buttons/_sbutton_iagree.gif
new file mode 100755
index 00000000..88ea06e4
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_iagree.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_invitecharacter.gif b/templates/kathrine/images/global/buttons/_sbutton_invitecharacter.gif
new file mode 100755
index 00000000..7bca4000
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_invitecharacter.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_joinguild.gif b/templates/kathrine/images/global/buttons/_sbutton_joinguild.gif
new file mode 100755
index 00000000..3cfae68c
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_joinguild.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_jointibia.gif b/templates/kathrine/images/global/buttons/_sbutton_jointibia.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_jointibia.gif
rename to templates/kathrine/images/global/buttons/_sbutton_jointibia.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_leaveguild.gif b/templates/kathrine/images/global/buttons/_sbutton_leaveguild.gif
new file mode 100755
index 00000000..4da7a474
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_leaveguild.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_login.gif b/templates/kathrine/images/global/buttons/_sbutton_login.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_login.gif
rename to templates/kathrine/images/global/buttons/_sbutton_login.gif
diff --git a/templates/tibiacom/images/buttons/_sbutton_logout.gif b/templates/kathrine/images/global/buttons/_sbutton_logout.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_logout.gif
rename to templates/kathrine/images/global/buttons/_sbutton_logout.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_manageaccount.gif b/templates/kathrine/images/global/buttons/_sbutton_manageaccount.gif
new file mode 100755
index 00000000..b9427b79
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_manageaccount.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_myaccount.gif b/templates/kathrine/images/global/buttons/_sbutton_myaccount.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_myaccount.gif
rename to templates/kathrine/images/global/buttons/_sbutton_myaccount.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_next.gif b/templates/kathrine/images/global/buttons/_sbutton_next.gif
new file mode 100755
index 00000000..c4222252
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_next.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_overview.gif b/templates/kathrine/images/global/buttons/_sbutton_overview.gif
new file mode 100755
index 00000000..a9484553
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_overview.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_painel.gif b/templates/kathrine/images/global/buttons/_sbutton_painel.gif
new file mode 100755
index 00000000..8c71b329
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_painel.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_previous.gif b/templates/kathrine/images/global/buttons/_sbutton_previous.gif
new file mode 100755
index 00000000..b81206e5
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_previous.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_registeraccount.gif b/templates/kathrine/images/global/buttons/_sbutton_registeraccount.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_registeraccount.gif
rename to templates/kathrine/images/global/buttons/_sbutton_registeraccount.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_renameaccount.gif b/templates/kathrine/images/global/buttons/_sbutton_renameaccount.gif
new file mode 100755
index 00000000..160efb64
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_renameaccount.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_resignleadership.gif b/templates/kathrine/images/global/buttons/_sbutton_resignleadership.gif
new file mode 100755
index 00000000..f593635c
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_resignleadership.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_showall.gif b/templates/kathrine/images/global/buttons/_sbutton_showall.gif
new file mode 100755
index 00000000..fcd60935
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_showall.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_showonline.gif b/templates/kathrine/images/global/buttons/_sbutton_showonline.gif
new file mode 100755
index 00000000..b1108cc5
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_showonline.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_submit.gif b/templates/kathrine/images/global/buttons/_sbutton_submit.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_submit.gif
rename to templates/kathrine/images/global/buttons/_sbutton_submit.gif
diff --git a/templates/kathrine/images/global/buttons/_sbutton_terminateaccount.gif b/templates/kathrine/images/global/buttons/_sbutton_terminateaccount.gif
new file mode 100755
index 00000000..095712f3
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_terminateaccount.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_usegamecode.gif b/templates/kathrine/images/global/buttons/_sbutton_usegamecode.gif
new file mode 100755
index 00000000..c6974c14
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_usegamecode.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_vermais.gif b/templates/kathrine/images/global/buttons/_sbutton_vermais.gif
new file mode 100755
index 00000000..f6764ea2
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_vermais.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_view.gif b/templates/kathrine/images/global/buttons/_sbutton_view.gif
new file mode 100755
index 00000000..2aa8009f
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_view.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_viewallfansites.gif b/templates/kathrine/images/global/buttons/_sbutton_viewallfansites.gif
new file mode 100755
index 00000000..efc219a7
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_viewallfansites.gif differ
diff --git a/templates/kathrine/images/global/buttons/_sbutton_viewhistory.gif b/templates/kathrine/images/global/buttons/_sbutton_viewhistory.gif
new file mode 100755
index 00000000..496fbd1d
Binary files /dev/null and b/templates/kathrine/images/global/buttons/_sbutton_viewhistory.gif differ
diff --git a/templates/tibiacom/images/buttons/_sbutton_votenow.gif b/templates/kathrine/images/global/buttons/_sbutton_votenow.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/_sbutton_votenow.gif
rename to templates/kathrine/images/global/buttons/_sbutton_votenow.gif
diff --git a/templates/tibiacom/images/buttons/addnews.gif b/templates/kathrine/images/global/buttons/addnews.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/addnews.gif
rename to templates/kathrine/images/global/buttons/addnews.gif
diff --git a/templates/tibiacom/images/buttons/addticker.gif b/templates/kathrine/images/global/buttons/addticker.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/addticker.gif
rename to templates/kathrine/images/global/buttons/addticker.gif
diff --git a/templates/tibiacom/images/buttons/check.png b/templates/kathrine/images/global/buttons/check.png
similarity index 100%
rename from templates/tibiacom/images/buttons/check.png
rename to templates/kathrine/images/global/buttons/check.png
diff --git a/templates/tibiacom/images/buttons/empty.png b/templates/kathrine/images/global/buttons/empty.png
similarity index 100%
rename from templates/tibiacom/images/buttons/empty.png
rename to templates/kathrine/images/global/buttons/empty.png
diff --git a/templates/kathrine/images/global/buttons/mediumbutton-over.gif b/templates/kathrine/images/global/buttons/mediumbutton-over.gif
new file mode 100755
index 00000000..c8bb6e6d
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton-over.gif differ
diff --git a/templates/kathrine/images/global/buttons/mediumbutton.gif b/templates/kathrine/images/global/buttons/mediumbutton.gif
new file mode 100755
index 00000000..666034d8
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton.gif differ
diff --git a/templates/kathrine/images/global/buttons/mediumbutton_createaccount.png b/templates/kathrine/images/global/buttons/mediumbutton_createaccount.png
new file mode 100755
index 00000000..c4e7f80c
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton_createaccount.png differ
diff --git a/templates/kathrine/images/global/buttons/mediumbutton_download.png b/templates/kathrine/images/global/buttons/mediumbutton_download.png
new file mode 100755
index 00000000..866d0952
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton_download.png differ
diff --git a/templates/kathrine/images/global/buttons/mediumbutton_myaccount.png b/templates/kathrine/images/global/buttons/mediumbutton_myaccount.png
new file mode 100755
index 00000000..617424ec
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton_myaccount.png differ
diff --git a/templates/kathrine/images/global/buttons/mediumbutton_playnow.png b/templates/kathrine/images/global/buttons/mediumbutton_playnow.png
new file mode 100755
index 00000000..17d95cbf
Binary files /dev/null and b/templates/kathrine/images/global/buttons/mediumbutton_playnow.png differ
diff --git a/templates/tibiacom/images/buttons/sbutton.gif b/templates/kathrine/images/global/buttons/sbutton.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton.gif
rename to templates/kathrine/images/global/buttons/sbutton.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_acceptinvite.png b/templates/kathrine/images/global/buttons/sbutton_acceptinvite.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_acceptinvite.png
rename to templates/kathrine/images/global/buttons/sbutton_acceptinvite.png
diff --git a/templates/tibiacom/images/buttons/sbutton_back.gif b/templates/kathrine/images/global/buttons/sbutton_back.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_back.gif
rename to templates/kathrine/images/global/buttons/sbutton_back.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_cancel.gif b/templates/kathrine/images/global/buttons/sbutton_cancel.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_cancel.gif
rename to templates/kathrine/images/global/buttons/sbutton_cancel.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_changerank.png b/templates/kathrine/images/global/buttons/sbutton_changerank.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_changerank.png
rename to templates/kathrine/images/global/buttons/sbutton_changerank.png
diff --git a/templates/tibiacom/images/buttons/sbutton_createguild.png b/templates/kathrine/images/global/buttons/sbutton_createguild.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_createguild.png
rename to templates/kathrine/images/global/buttons/sbutton_createguild.png
diff --git a/templates/kathrine/images/global/buttons/sbutton_green.gif b/templates/kathrine/images/global/buttons/sbutton_green.gif
new file mode 100755
index 00000000..a1eb28e8
Binary files /dev/null and b/templates/kathrine/images/global/buttons/sbutton_green.gif differ
diff --git a/templates/kathrine/images/global/buttons/sbutton_green_over.gif b/templates/kathrine/images/global/buttons/sbutton_green_over.gif
new file mode 100755
index 00000000..694b6257
Binary files /dev/null and b/templates/kathrine/images/global/buttons/sbutton_green_over.gif differ
diff --git a/templates/tibiacom/images/buttons/sbutton_iagree.gif b/templates/kathrine/images/global/buttons/sbutton_iagree.gif
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_iagree.gif
rename to templates/kathrine/images/global/buttons/sbutton_iagree.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_inviteplayer.png b/templates/kathrine/images/global/buttons/sbutton_inviteplayer.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_inviteplayer.png
rename to templates/kathrine/images/global/buttons/sbutton_inviteplayer.png
diff --git a/templates/tibiacom/images/buttons/sbutton_leaveguild.png b/templates/kathrine/images/global/buttons/sbutton_leaveguild.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_leaveguild.png
rename to templates/kathrine/images/global/buttons/sbutton_leaveguild.png
diff --git a/templates/tibiacom/images/buttons/sbutton_login.gif b/templates/kathrine/images/global/buttons/sbutton_login.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_login.gif
rename to templates/kathrine/images/global/buttons/sbutton_login.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_manageguild.png b/templates/kathrine/images/global/buttons/sbutton_manageguild.png
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_manageguild.png
rename to templates/kathrine/images/global/buttons/sbutton_manageguild.png
diff --git a/templates/tibiacom/images/buttons/sbutton_over.gif b/templates/kathrine/images/global/buttons/sbutton_over.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_over.gif
rename to templates/kathrine/images/global/buttons/sbutton_over.gif
diff --git a/templates/kathrine/images/global/buttons/sbutton_red.gif b/templates/kathrine/images/global/buttons/sbutton_red.gif
new file mode 100755
index 00000000..c3d076b4
Binary files /dev/null and b/templates/kathrine/images/global/buttons/sbutton_red.gif differ
diff --git a/templates/kathrine/images/global/buttons/sbutton_red_over.gif b/templates/kathrine/images/global/buttons/sbutton_red_over.gif
new file mode 100755
index 00000000..59cd60c9
Binary files /dev/null and b/templates/kathrine/images/global/buttons/sbutton_red_over.gif differ
diff --git a/templates/tibiacom/images/buttons/sbutton_submit.gif b/templates/kathrine/images/global/buttons/sbutton_submit.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_submit.gif
rename to templates/kathrine/images/global/buttons/sbutton_submit.gif
diff --git a/templates/tibiacom/images/buttons/sbutton_view.gif b/templates/kathrine/images/global/buttons/sbutton_view.gif
old mode 100644
new mode 100755
similarity index 100%
rename from templates/tibiacom/images/buttons/sbutton_view.gif
rename to templates/kathrine/images/global/buttons/sbutton_view.gif
diff --git a/templates/kathrine/images/global/content/attentionsign.gif b/templates/kathrine/images/global/content/attentionsign.gif
new file mode 100755
index 00000000..a8e6b973
Binary files /dev/null and b/templates/kathrine/images/global/content/attentionsign.gif differ
diff --git a/templates/kathrine/images/global/content/back-to-top.gif b/templates/kathrine/images/global/content/back-to-top.gif
new file mode 100755
index 00000000..bff16e19
Binary files /dev/null and b/templates/kathrine/images/global/content/back-to-top.gif differ
diff --git a/templates/kathrine/images/global/content/border-1.gif b/templates/kathrine/images/global/content/border-1.gif
new file mode 100755
index 00000000..d6dcb990
Binary files /dev/null and b/templates/kathrine/images/global/content/border-1.gif differ
diff --git a/templates/kathrine/images/global/content/box-frame-edge.gif b/templates/kathrine/images/global/content/box-frame-edge.gif
new file mode 100755
index 00000000..a3be3371
Binary files /dev/null and b/templates/kathrine/images/global/content/box-frame-edge.gif differ
diff --git a/templates/kathrine/images/global/content/box-frame-horizontal.gif b/templates/kathrine/images/global/content/box-frame-horizontal.gif
new file mode 100755
index 00000000..b32a0d96
Binary files /dev/null and b/templates/kathrine/images/global/content/box-frame-horizontal.gif differ
diff --git a/templates/kathrine/images/global/content/box-frame-vertical.gif b/templates/kathrine/images/global/content/box-frame-vertical.gif
new file mode 100755
index 00000000..8e68cda6
Binary files /dev/null and b/templates/kathrine/images/global/content/box-frame-vertical.gif differ
diff --git a/templates/kathrine/images/global/content/bullet.gif b/templates/kathrine/images/global/content/bullet.gif
new file mode 100755
index 00000000..97faf721
Binary files /dev/null and b/templates/kathrine/images/global/content/bullet.gif differ
diff --git a/templates/kathrine/images/global/content/corner-bl.gif b/templates/kathrine/images/global/content/corner-bl.gif
new file mode 100755
index 00000000..d3f0313e
Binary files /dev/null and b/templates/kathrine/images/global/content/corner-bl.gif differ
diff --git a/templates/kathrine/images/global/content/corner-br.gif b/templates/kathrine/images/global/content/corner-br.gif
new file mode 100755
index 00000000..56810c34
Binary files /dev/null and b/templates/kathrine/images/global/content/corner-br.gif differ
diff --git a/templates/kathrine/images/global/content/corner-tl.gif b/templates/kathrine/images/global/content/corner-tl.gif
new file mode 100755
index 00000000..5771390d
Binary files /dev/null and b/templates/kathrine/images/global/content/corner-tl.gif differ
diff --git a/templates/kathrine/images/global/content/corner-tr.gif b/templates/kathrine/images/global/content/corner-tr.gif
new file mode 100755
index 00000000..b5b9ccba
Binary files /dev/null and b/templates/kathrine/images/global/content/corner-tr.gif differ
diff --git a/templates/kathrine/images/global/content/headline-bracer-left.gif b/templates/kathrine/images/global/content/headline-bracer-left.gif
new file mode 100755
index 00000000..42e551b3
Binary files /dev/null and b/templates/kathrine/images/global/content/headline-bracer-left.gif differ
diff --git a/templates/kathrine/images/global/content/headline-bracer-right.gif b/templates/kathrine/images/global/content/headline-bracer-right.gif
new file mode 100755
index 00000000..3c5d901a
Binary files /dev/null and b/templates/kathrine/images/global/content/headline-bracer-right.gif differ
diff --git a/templates/kathrine/images/global/content/helper-div-arrow.png b/templates/kathrine/images/global/content/helper-div-arrow.png
new file mode 100755
index 00000000..3346ab31
Binary files /dev/null and b/templates/kathrine/images/global/content/helper-div-arrow.png differ
diff --git a/templates/kathrine/images/global/content/info.gif b/templates/kathrine/images/global/content/info.gif
new file mode 100755
index 00000000..9bb68e2f
Binary files /dev/null and b/templates/kathrine/images/global/content/info.gif differ
diff --git a/templates/kathrine/images/global/content/newsheadline_background.gif b/templates/kathrine/images/global/content/newsheadline_background.gif
new file mode 100755
index 00000000..e011982e
Binary files /dev/null and b/templates/kathrine/images/global/content/newsheadline_background.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_cipsoft_small.gif b/templates/kathrine/images/global/content/newsicon_cipsoft_small.gif
new file mode 100755
index 00000000..26dacd00
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_cipsoft_small.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_community_big.gif b/templates/kathrine/images/global/content/newsicon_community_big.gif
new file mode 100755
index 00000000..5d7a454e
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_community_big.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_community_small.gif b/templates/kathrine/images/global/content/newsicon_community_small.gif
new file mode 100755
index 00000000..fad06ef3
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_community_small.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_development_big.gif b/templates/kathrine/images/global/content/newsicon_development_big.gif
new file mode 100755
index 00000000..47512fac
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_development_big.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_development_small.gif b/templates/kathrine/images/global/content/newsicon_development_small.gif
new file mode 100755
index 00000000..b7418840
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_development_small.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_support_small.gif b/templates/kathrine/images/global/content/newsicon_support_small.gif
new file mode 100755
index 00000000..5ffc2b42
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_support_small.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_technical_big.gif b/templates/kathrine/images/global/content/newsicon_technical_big.gif
new file mode 100755
index 00000000..2b36e957
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_technical_big.gif differ
diff --git a/templates/kathrine/images/global/content/newsicon_technical_small.gif b/templates/kathrine/images/global/content/newsicon_technical_small.gif
new file mode 100755
index 00000000..284d033f
Binary files /dev/null and b/templates/kathrine/images/global/content/newsicon_technical_small.gif differ
diff --git a/templates/kathrine/images/global/content/order_asc.gif b/templates/kathrine/images/global/content/order_asc.gif
new file mode 100755
index 00000000..c9698a5a
Binary files /dev/null and b/templates/kathrine/images/global/content/order_asc.gif differ
diff --git a/templates/kathrine/images/global/content/order_desc.gif b/templates/kathrine/images/global/content/order_desc.gif
new file mode 100755
index 00000000..4a764bd5
Binary files /dev/null and b/templates/kathrine/images/global/content/order_desc.gif differ
diff --git a/templates/kathrine/images/global/content/ornament.gif b/templates/kathrine/images/global/content/ornament.gif
new file mode 100755
index 00000000..dfffe7b7
Binary files /dev/null and b/templates/kathrine/images/global/content/ornament.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/payment_accepted.gif b/templates/kathrine/images/global/content/progressbar/payment_accepted.gif
new file mode 100755
index 00000000..703f255e
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/payment_accepted.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-blue.gif
new file mode 100755
index 00000000..fe2f5454
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-green.gif
new file mode 100755
index 00000000..e896a8b9
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-0-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-blue.gif
new file mode 100755
index 00000000..21ce3718
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-green.gif
new file mode 100755
index 00000000..3ee82855
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-1-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-blue.gif
new file mode 100755
index 00000000..8e0aed11
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-green.gif
new file mode 100755
index 00000000..4cbfe99a
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-2-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-blue.gif
new file mode 100755
index 00000000..2442b7f0
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-green.gif
new file mode 100755
index 00000000..6f31c9a4
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-3-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-blue.gif
new file mode 100755
index 00000000..6fedad23
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-green.gif
new file mode 100755
index 00000000..aa8f1223
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-icon-4-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-blue.gif
new file mode 100755
index 00000000..e197e91e
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green-blue.gif
new file mode 100755
index 00000000..c5c40ea6
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green.gif
new file mode 100755
index 00000000..ff9bd7d2
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-blue.gif
new file mode 100755
index 00000000..c36a4f3a
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-green.gif
new file mode 100755
index 00000000..465ac2c5
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-left-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-blue.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-blue.gif
new file mode 100755
index 00000000..8dce00c5
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-blue.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-green.gif b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-green.gif
new file mode 100755
index 00000000..1f77a08a
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/progress-bar-tube-right-green.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/stonebar-center.gif b/templates/kathrine/images/global/content/progressbar/stonebar-center.gif
new file mode 100755
index 00000000..456b42cf
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/stonebar-center.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/stonebar-left-end.gif b/templates/kathrine/images/global/content/progressbar/stonebar-left-end.gif
new file mode 100755
index 00000000..e5e3a2fa
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/stonebar-left-end.gif differ
diff --git a/templates/kathrine/images/global/content/progressbar/stonebar-right-end.gif b/templates/kathrine/images/global/content/progressbar/stonebar-right-end.gif
new file mode 100755
index 00000000..7ea962b6
Binary files /dev/null and b/templates/kathrine/images/global/content/progressbar/stonebar-right-end.gif differ
diff --git a/templates/kathrine/images/global/content/scroll.gif b/templates/kathrine/images/global/content/scroll.gif
new file mode 100755
index 00000000..9fb95dbd
Binary files /dev/null and b/templates/kathrine/images/global/content/scroll.gif differ
diff --git a/templates/kathrine/images/global/content/stonebar-center.gif b/templates/kathrine/images/global/content/stonebar-center.gif
new file mode 100755
index 00000000..456b42cf
Binary files /dev/null and b/templates/kathrine/images/global/content/stonebar-center.gif differ
diff --git a/templates/kathrine/images/global/content/stonebar-left-end.gif b/templates/kathrine/images/global/content/stonebar-left-end.gif
new file mode 100755
index 00000000..e5e3a2fa
Binary files /dev/null and b/templates/kathrine/images/global/content/stonebar-left-end.gif differ
diff --git a/templates/kathrine/images/global/content/stonebar-right-end.gif b/templates/kathrine/images/global/content/stonebar-right-end.gif
new file mode 100755
index 00000000..7ea962b6
Binary files /dev/null and b/templates/kathrine/images/global/content/stonebar-right-end.gif differ
diff --git a/templates/kathrine/images/global/content/table-headline-border.gif b/templates/kathrine/images/global/content/table-headline-border.gif
new file mode 100755
index 00000000..b32a0d96
Binary files /dev/null and b/templates/kathrine/images/global/content/table-headline-border.gif differ
diff --git a/templates/kathrine/images/global/content/table-shadow-bl.gif b/templates/kathrine/images/global/content/table-shadow-bl.gif
new file mode 100755
index 00000000..89ac2c7f
Binary files /dev/null and b/templates/kathrine/images/global/content/table-shadow-bl.gif differ
diff --git a/templates/kathrine/images/global/content/table-shadow-bm.gif b/templates/kathrine/images/global/content/table-shadow-bm.gif
new file mode 100755
index 00000000..5d774cc1
Binary files /dev/null and b/templates/kathrine/images/global/content/table-shadow-bm.gif differ
diff --git a/templates/kathrine/images/global/content/table-shadow-br.gif b/templates/kathrine/images/global/content/table-shadow-br.gif
new file mode 100755
index 00000000..28dcf6cd
Binary files /dev/null and b/templates/kathrine/images/global/content/table-shadow-br.gif differ
diff --git a/templates/kathrine/images/global/content/table-shadow-rm.gif b/templates/kathrine/images/global/content/table-shadow-rm.gif
new file mode 100755
index 00000000..fd9406d4
Binary files /dev/null and b/templates/kathrine/images/global/content/table-shadow-rm.gif differ
diff --git a/templates/kathrine/images/global/content/table-shadow-rt.gif b/templates/kathrine/images/global/content/table-shadow-rt.gif
new file mode 100755
index 00000000..2d23241d
Binary files /dev/null and b/templates/kathrine/images/global/content/table-shadow-rt.gif differ
diff --git a/templates/kathrine/images/global/content/title-background-green.gif b/templates/kathrine/images/global/content/title-background-green.gif
new file mode 100755
index 00000000..6c5d0683
Binary files /dev/null and b/templates/kathrine/images/global/content/title-background-green.gif differ
diff --git a/templates/kathrine/images/global/forum/button_newtopic_off.gif b/templates/kathrine/images/global/forum/button_newtopic_off.gif
new file mode 100755
index 00000000..7e0bff4c
Binary files /dev/null and b/templates/kathrine/images/global/forum/button_newtopic_off.gif differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_h.jpg b/templates/kathrine/images/global/forum/cip_post_border_h.jpg
new file mode 100755
index 00000000..6640277d
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_h.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_ll.jpg b/templates/kathrine/images/global/forum/cip_post_border_ll.jpg
new file mode 100755
index 00000000..7d435e8b
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_ll.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_lu.jpg b/templates/kathrine/images/global/forum/cip_post_border_lu.jpg
new file mode 100755
index 00000000..08f33870
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_lu.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_rl.jpg b/templates/kathrine/images/global/forum/cip_post_border_rl.jpg
new file mode 100755
index 00000000..24fd0b52
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_rl.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_ru.jpg b/templates/kathrine/images/global/forum/cip_post_border_ru.jpg
new file mode 100755
index 00000000..860c84cb
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_ru.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_border_v.jpg b/templates/kathrine/images/global/forum/cip_post_border_v.jpg
new file mode 100755
index 00000000..c54c48d6
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_border_v.jpg differ
diff --git a/templates/kathrine/images/global/forum/cip_post_icon.gif b/templates/kathrine/images/global/forum/cip_post_icon.gif
new file mode 100755
index 00000000..fb95cab6
Binary files /dev/null and b/templates/kathrine/images/global/forum/cip_post_icon.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/11.gif b/templates/kathrine/images/global/forum/icons/11.gif
new file mode 100755
index 00000000..59bdca5a
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/11.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/12.gif b/templates/kathrine/images/global/forum/icons/12.gif
new file mode 100755
index 00000000..3fb84b90
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/12.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/13.gif b/templates/kathrine/images/global/forum/icons/13.gif
new file mode 100755
index 00000000..993ef075
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/13.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/14.gif b/templates/kathrine/images/global/forum/icons/14.gif
new file mode 100755
index 00000000..0df10130
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/14.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/15.gif b/templates/kathrine/images/global/forum/icons/15.gif
new file mode 100755
index 00000000..2a9fe288
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/15.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/16.gif b/templates/kathrine/images/global/forum/icons/16.gif
new file mode 100755
index 00000000..ac97d895
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/16.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/17.gif b/templates/kathrine/images/global/forum/icons/17.gif
new file mode 100755
index 00000000..8d22e981
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/17.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/18.gif b/templates/kathrine/images/global/forum/icons/18.gif
new file mode 100755
index 00000000..f41e41a7
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/18.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/19.gif b/templates/kathrine/images/global/forum/icons/19.gif
new file mode 100755
index 00000000..01542349
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/19.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/20.gif b/templates/kathrine/images/global/forum/icons/20.gif
new file mode 100755
index 00000000..d000ca5a
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/20.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/21.gif b/templates/kathrine/images/global/forum/icons/21.gif
new file mode 100755
index 00000000..a4910467
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/21.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/22.gif b/templates/kathrine/images/global/forum/icons/22.gif
new file mode 100755
index 00000000..5174ce47
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/22.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/23.gif b/templates/kathrine/images/global/forum/icons/23.gif
new file mode 100755
index 00000000..04b7e291
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/23.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/24.gif b/templates/kathrine/images/global/forum/icons/24.gif
new file mode 100755
index 00000000..fcdc4d97
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/24.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/25.gif b/templates/kathrine/images/global/forum/icons/25.gif
new file mode 100755
index 00000000..e00161ac
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/25.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/26.gif b/templates/kathrine/images/global/forum/icons/26.gif
new file mode 100755
index 00000000..148f11d0
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/26.gif differ
diff --git a/templates/kathrine/images/global/forum/icons/27.gif b/templates/kathrine/images/global/forum/icons/27.gif
new file mode 100755
index 00000000..154351fa
Binary files /dev/null and b/templates/kathrine/images/global/forum/icons/27.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_closed.gif b/templates/kathrine/images/global/forum/logo_closed.gif
new file mode 100755
index 00000000..548e41e8
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_closed.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_hot.gif b/templates/kathrine/images/global/forum/logo_hot.gif
new file mode 100755
index 00000000..c98686f2
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_hot.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_hotnew.gif b/templates/kathrine/images/global/forum/logo_hotnew.gif
new file mode 100755
index 00000000..5a13fcd8
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_hotnew.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_multipage.gif b/templates/kathrine/images/global/forum/logo_multipage.gif
new file mode 100755
index 00000000..c7f1aac1
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_multipage.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_new.gif b/templates/kathrine/images/global/forum/logo_new.gif
new file mode 100755
index 00000000..b7e67eb0
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_new.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_oldpost.gif b/templates/kathrine/images/global/forum/logo_oldpost.gif
new file mode 100755
index 00000000..083f001b
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_oldpost.gif differ
diff --git a/templates/kathrine/images/global/forum/logo_sticky.gif b/templates/kathrine/images/global/forum/logo_sticky.gif
new file mode 100755
index 00000000..a588e3ab
Binary files /dev/null and b/templates/kathrine/images/global/forum/logo_sticky.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/1.gif b/templates/kathrine/images/global/forum/smile/1.gif
new file mode 100755
index 00000000..59bdca5a
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/1.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/10.gif b/templates/kathrine/images/global/forum/smile/10.gif
new file mode 100755
index 00000000..5174ce47
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/10.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/2.gif b/templates/kathrine/images/global/forum/smile/2.gif
new file mode 100755
index 00000000..3fb84b90
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/2.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/3.gif b/templates/kathrine/images/global/forum/smile/3.gif
new file mode 100755
index 00000000..993ef075
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/3.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/4.gif b/templates/kathrine/images/global/forum/smile/4.gif
new file mode 100755
index 00000000..ac97d895
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/4.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/5.gif b/templates/kathrine/images/global/forum/smile/5.gif
new file mode 100755
index 00000000..8d22e981
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/5.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/6.gif b/templates/kathrine/images/global/forum/smile/6.gif
new file mode 100755
index 00000000..f41e41a7
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/6.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/7.gif b/templates/kathrine/images/global/forum/smile/7.gif
new file mode 100755
index 00000000..01542349
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/7.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/8.gif b/templates/kathrine/images/global/forum/smile/8.gif
new file mode 100755
index 00000000..d000ca5a
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/8.gif differ
diff --git a/templates/kathrine/images/global/forum/smile/9.gif b/templates/kathrine/images/global/forum/smile/9.gif
new file mode 100755
index 00000000..a4910467
Binary files /dev/null and b/templates/kathrine/images/global/forum/smile/9.gif differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-114x114.png b/templates/kathrine/images/global/general/apple-touch-icon-114x114.png
new file mode 100755
index 00000000..4acb902c
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-114x114.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-120x120.png b/templates/kathrine/images/global/general/apple-touch-icon-120x120.png
new file mode 100755
index 00000000..14b91f9e
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-120x120.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-144x144.png b/templates/kathrine/images/global/general/apple-touch-icon-144x144.png
new file mode 100755
index 00000000..dc0a7536
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-144x144.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-152x152.png b/templates/kathrine/images/global/general/apple-touch-icon-152x152.png
new file mode 100755
index 00000000..28a02775
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-152x152.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-72x72.png b/templates/kathrine/images/global/general/apple-touch-icon-72x72.png
new file mode 100755
index 00000000..9dde102e
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-72x72.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-76x76.png b/templates/kathrine/images/global/general/apple-touch-icon-76x76.png
new file mode 100755
index 00000000..58f24b27
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-76x76.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon-precomposed.png b/templates/kathrine/images/global/general/apple-touch-icon-precomposed.png
new file mode 100755
index 00000000..ab2da3e8
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon-precomposed.png differ
diff --git a/templates/kathrine/images/global/general/apple-touch-icon.png b/templates/kathrine/images/global/general/apple-touch-icon.png
new file mode 100755
index 00000000..b229a686
Binary files /dev/null and b/templates/kathrine/images/global/general/apple-touch-icon.png differ
diff --git a/templates/kathrine/images/global/general/blank.gif b/templates/kathrine/images/global/general/blank.gif
new file mode 100755
index 00000000..e0144fbc
Binary files /dev/null and b/templates/kathrine/images/global/general/blank.gif differ
diff --git a/templates/kathrine/images/global/general/box-bottom.gif b/templates/kathrine/images/global/general/box-bottom.gif
new file mode 100755
index 00000000..e9e0aa0e
Binary files /dev/null and b/templates/kathrine/images/global/general/box-bottom.gif differ
diff --git a/templates/kathrine/images/global/general/box-top.gif b/templates/kathrine/images/global/general/box-top.gif
new file mode 100755
index 00000000..ba0e821f
Binary files /dev/null and b/templates/kathrine/images/global/general/box-top.gif differ
diff --git a/templates/kathrine/images/global/general/chain.gif b/templates/kathrine/images/global/general/chain.gif
new file mode 100755
index 00000000..ff3120f8
Binary files /dev/null and b/templates/kathrine/images/global/general/chain.gif differ
diff --git a/templates/kathrine/images/global/general/favicon.ico b/templates/kathrine/images/global/general/favicon.ico
new file mode 100755
index 00000000..26e19005
Binary files /dev/null and b/templates/kathrine/images/global/general/favicon.ico differ
diff --git a/templates/kathrine/images/global/general/hide.gif b/templates/kathrine/images/global/general/hide.gif
new file mode 100755
index 00000000..fe35728e
Binary files /dev/null and b/templates/kathrine/images/global/general/hide.gif differ
diff --git a/templates/kathrine/images/global/general/minus.gif b/templates/kathrine/images/global/general/minus.gif
new file mode 100755
index 00000000..ee030eb2
Binary files /dev/null and b/templates/kathrine/images/global/general/minus.gif differ
diff --git a/templates/kathrine/images/global/general/nok.gif b/templates/kathrine/images/global/general/nok.gif
new file mode 100755
index 00000000..4b8f2c23
Binary files /dev/null and b/templates/kathrine/images/global/general/nok.gif differ
diff --git a/templates/kathrine/images/global/general/ok.gif b/templates/kathrine/images/global/general/ok.gif
new file mode 100755
index 00000000..aaa36a95
Binary files /dev/null and b/templates/kathrine/images/global/general/ok.gif differ
diff --git a/templates/kathrine/images/global/general/plus.gif b/templates/kathrine/images/global/general/plus.gif
new file mode 100755
index 00000000..2346f79a
Binary files /dev/null and b/templates/kathrine/images/global/general/plus.gif differ
diff --git a/templates/kathrine/images/global/general/show.gif b/templates/kathrine/images/global/general/show.gif
new file mode 100755
index 00000000..a27a1748
Binary files /dev/null and b/templates/kathrine/images/global/general/show.gif differ
diff --git a/templates/kathrine/images/global/header/background-artwork.jpg b/templates/kathrine/images/global/header/background-artwork.jpg
new file mode 100755
index 00000000..10294d3e
Binary files /dev/null and b/templates/kathrine/images/global/header/background-artwork.jpg differ
diff --git a/templates/kathrine/images/global/header/dragonlord.gif b/templates/kathrine/images/global/header/dragonlord.gif
new file mode 100755
index 00000000..99f5ff7f
Binary files /dev/null and b/templates/kathrine/images/global/header/dragonlord.gif differ
diff --git a/templates/kathrine/images/global/header/pedestal-and-online.gif b/templates/kathrine/images/global/header/pedestal-and-online.gif
new file mode 100755
index 00000000..8955d2d4
Binary files /dev/null and b/templates/kathrine/images/global/header/pedestal-and-online.gif differ
diff --git a/templates/kathrine/images/global/header/tibia-logo-artwork-top.gif b/templates/kathrine/images/global/header/tibia-logo-artwork-top.gif
new file mode 100755
index 00000000..935ca3bd
Binary files /dev/null and b/templates/kathrine/images/global/header/tibia-logo-artwork-top.gif differ
diff --git a/templates/kathrine/images/global/loginbox/loginbox-font-create-account-over.gif b/templates/kathrine/images/global/loginbox/loginbox-font-create-account-over.gif
new file mode 100755
index 00000000..5d53274b
Binary files /dev/null and b/templates/kathrine/images/global/loginbox/loginbox-font-create-account-over.gif differ
diff --git a/templates/kathrine/images/global/loginbox/loginbox-font-create-account.gif b/templates/kathrine/images/global/loginbox/loginbox-font-create-account.gif
new file mode 100755
index 00000000..bc707ef7
Binary files /dev/null and b/templates/kathrine/images/global/loginbox/loginbox-font-create-account.gif differ
diff --git a/templates/kathrine/images/global/loginbox/loginbox-font-logout-over.gif b/templates/kathrine/images/global/loginbox/loginbox-font-logout-over.gif
new file mode 100755
index 00000000..c994f505
Binary files /dev/null and b/templates/kathrine/images/global/loginbox/loginbox-font-logout-over.gif differ
diff --git a/templates/kathrine/images/global/loginbox/loginbox-font-logout.gif b/templates/kathrine/images/global/loginbox/loginbox-font-logout.gif
new file mode 100755
index 00000000..0873ce1d
Binary files /dev/null and b/templates/kathrine/images/global/loginbox/loginbox-font-logout.gif differ
diff --git a/templates/kathrine/images/global/loginbox/loginbox-textfield-background.gif b/templates/kathrine/images/global/loginbox/loginbox-textfield-background.gif
new file mode 100755
index 00000000..0c4336e8
Binary files /dev/null and b/templates/kathrine/images/global/loginbox/loginbox-textfield-background.gif differ
diff --git a/templates/kathrine/images/global/menu/button-background-over.gif b/templates/kathrine/images/global/menu/button-background-over.gif
new file mode 100755
index 00000000..313691b8
Binary files /dev/null and b/templates/kathrine/images/global/menu/button-background-over.gif differ
diff --git a/templates/kathrine/images/global/menu/button-background.gif b/templates/kathrine/images/global/menu/button-background.gif
new file mode 100755
index 00000000..852701fe
Binary files /dev/null and b/templates/kathrine/images/global/menu/button-background.gif differ
diff --git a/templates/kathrine/images/global/menu/green-light.gif b/templates/kathrine/images/global/menu/green-light.gif
new file mode 100755
index 00000000..e73260c0
Binary files /dev/null and b/templates/kathrine/images/global/menu/green-light.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-account.gif b/templates/kathrine/images/global/menu/icon-account.gif
new file mode 100755
index 00000000..992a31ba
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-account.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-activesubmenu.gif b/templates/kathrine/images/global/menu/icon-activesubmenu.gif
new file mode 100755
index 00000000..622a468a
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-activesubmenu.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-community.gif b/templates/kathrine/images/global/menu/icon-community.gif
new file mode 100755
index 00000000..f33c7009
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-community.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-forum.gif b/templates/kathrine/images/global/menu/icon-forum.gif
new file mode 100755
index 00000000..e397d554
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-forum.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-library.gif b/templates/kathrine/images/global/menu/icon-library.gif
new file mode 100755
index 00000000..d99f8b7a
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-library.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-news.gif b/templates/kathrine/images/global/menu/icon-news.gif
new file mode 100755
index 00000000..b22c1129
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-news.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-shops.gif b/templates/kathrine/images/global/menu/icon-shops.gif
new file mode 100755
index 00000000..054f0300
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-shops.gif differ
diff --git a/templates/kathrine/images/global/menu/icon-support.gif b/templates/kathrine/images/global/menu/icon-support.gif
new file mode 100755
index 00000000..6a95a434
Binary files /dev/null and b/templates/kathrine/images/global/menu/icon-support.gif differ
diff --git a/templates/kathrine/images/global/menu/label-account.gif b/templates/kathrine/images/global/menu/label-account.gif
new file mode 100755
index 00000000..eb6f167b
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-account.gif differ
diff --git a/templates/kathrine/images/global/menu/label-community.gif b/templates/kathrine/images/global/menu/label-community.gif
new file mode 100755
index 00000000..74aba4aa
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-community.gif differ
diff --git a/templates/kathrine/images/global/menu/label-forum.gif b/templates/kathrine/images/global/menu/label-forum.gif
new file mode 100755
index 00000000..4034c89e
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-forum.gif differ
diff --git a/templates/kathrine/images/global/menu/label-library.gif b/templates/kathrine/images/global/menu/label-library.gif
new file mode 100755
index 00000000..ed0aab96
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-library.gif differ
diff --git a/templates/kathrine/images/global/menu/label-news.gif b/templates/kathrine/images/global/menu/label-news.gif
new file mode 100755
index 00000000..87294350
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-news.gif differ
diff --git a/templates/kathrine/images/global/menu/label-shops.gif b/templates/kathrine/images/global/menu/label-shops.gif
new file mode 100755
index 00000000..cad987b2
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-shops.gif differ
diff --git a/templates/kathrine/images/global/menu/label-support.gif b/templates/kathrine/images/global/menu/label-support.gif
new file mode 100755
index 00000000..e73b0762
Binary files /dev/null and b/templates/kathrine/images/global/menu/label-support.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/current-poll/currentpollbox.gif b/templates/kathrine/images/global/themeboxes/current-poll/currentpollbox.gif
new file mode 100755
index 00000000..9c0878c2
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/current-poll/currentpollbox.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/fansites/border_promoted.gif b/templates/kathrine/images/global/themeboxes/fansites/border_promoted.gif
new file mode 100755
index 00000000..7af9c769
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/fansites/border_promoted.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/fansites/fansites_themebox.gif b/templates/kathrine/images/global/themeboxes/fansites/fansites_themebox.gif
new file mode 100755
index 00000000..afce5e94
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/fansites/fansites_themebox.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/networks/networksbox.png b/templates/kathrine/images/global/themeboxes/networks/networksbox.png
new file mode 100755
index 00000000..ae1867a1
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/networks/networksbox.png differ
diff --git a/templates/kathrine/images/global/themeboxes/networks/tibia-facebook-page-logo.png b/templates/kathrine/images/global/themeboxes/networks/tibia-facebook-page-logo.png
new file mode 100755
index 00000000..c93cfeea
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/networks/tibia-facebook-page-logo.png differ
diff --git a/templates/kathrine/images/global/themeboxes/premium/premiumbox.gif b/templates/kathrine/images/global/themeboxes/premium/premiumbox.gif
new file mode 100755
index 00000000..3c58eabe
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/premium/premiumbox.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/screenshot/frame.png b/templates/kathrine/images/global/themeboxes/screenshot/frame.png
new file mode 100755
index 00000000..8914f357
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/screenshot/frame.png differ
diff --git a/templates/kathrine/images/global/themeboxes/screenshot/screenshotbox.gif b/templates/kathrine/images/global/themeboxes/screenshot/screenshotbox.gif
new file mode 100755
index 00000000..1589bf14
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/screenshot/screenshotbox.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/serverinfo/serverinfo.gif b/templates/kathrine/images/global/themeboxes/serverinfo/serverinfo.gif
new file mode 100755
index 00000000..45713a51
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/serverinfo/serverinfo.gif differ
diff --git a/templates/kathrine/images/global/themeboxes/serverinfo/serverinfobox.gif b/templates/kathrine/images/global/themeboxes/serverinfo/serverinfobox.gif
new file mode 100755
index 00000000..df029fe5
Binary files /dev/null and b/templates/kathrine/images/global/themeboxes/serverinfo/serverinfobox.gif differ
diff --git a/templates/tibiacom/account.login.html.twig b/templates/tibiacom/account.login.html.twig
index cf40a0de..caa81fbe 100644
--- a/templates/tibiacom/account.login.html.twig
+++ b/templates/tibiacom/account.login.html.twig
@@ -45,17 +45,11 @@