mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 17:16:08 +00:00
Merge pull request #415 from DracoMilesX/master
small fix, mixed content http/https
This commit is contained in:
@@ -8949,7 +8949,7 @@ div.plus table#plus_features td.preview img.att_mark {
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
div.logout img.roman, div.signup img.roman {
|
div.logout img.roman, div.signup img.roman {
|
||||||
background-image: url("http://img.travian.org/img/de/temp/roemer.gif");
|
background-image: url("../../img/un/h/roemer.jpg");
|
||||||
height: 156px;
|
height: 156px;
|
||||||
width: 129px;
|
width: 129px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8905,7 +8905,7 @@ div.plus table#plus_features td.preview img.att_mark {
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
div.logout img.roman, div.signup img.roman {
|
div.logout img.roman, div.signup img.roman {
|
||||||
background-image: url("http://img.travian.org/img/de/temp/roemer.gif");
|
background-image: url("../../img/un/h/roemer.jpg");
|
||||||
height: 156px;
|
height: 156px;
|
||||||
width: 129px;
|
width: 129px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ AccessLogger::logRequest();
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" class="logo_traviangames" /></a>
|
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/" class="logo"><img alt="Licencia Creative Commons" style="border-width:0; height:31px; width:88px;" src="https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" class="logo_traviangames" /></a>
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li>
|
<li><a href="anleitung.php?s=3"><?php echo FAQ; ?></a>|</li>
|
||||||
<li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li>
|
<li><a href="index.php?screenshots"><?php echo SCREENSHOTS; ?></a>|</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user