mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 00:27:12 +00:00
Merge branch 'master' of https://github.com/Shadowss/TravianZ
This commit is contained in:
@@ -88,8 +88,8 @@ class Profile {
|
|||||||
if($check !== true){
|
if($check !== true){
|
||||||
|
|
||||||
$messages = [
|
$messages = [
|
||||||
"TROOPS_MOVING" => "There are no outgoing troops",
|
"TROOPS_MOVING" => "You still have troops moving",
|
||||||
"INCOMING_TROOPS" => "There are no incoming troops",
|
"INCOMING_TROOPS" => "You have incoming troops",
|
||||||
"REINFORCEMENTS" => "You have reinforcements on your villages",
|
"REINFORCEMENTS" => "You have reinforcements on your villages",
|
||||||
"WW" => "You own a Wonder of the World",
|
"WW" => "You own a Wonder of the World",
|
||||||
"ARTEFACTS" => "You own artefacts",
|
"ARTEFACTS" => "You own artefacts",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ BODY
|
|||||||
COLOR: #6495ED; /* 1 */
|
COLOR: #6495ED; /* 1 */
|
||||||
font-size:10pt;
|
font-size:10pt;
|
||||||
font-weight:light; /* 2 */
|
font-weight:light; /* 2 */
|
||||||
font-style:italic; /* 3 */
|
font-style:normal; /* 3 */
|
||||||
background:#FFF;
|
background:#FFF;
|
||||||
background:url(img/bg.gif); /* 4 */
|
background:url(img/bg.gif); /* 4 */
|
||||||
background-repeat:repeat; /* 5 */
|
background-repeat:repeat; /* 5 */
|
||||||
|
|||||||
Reference in New Issue
Block a user