|
@@ -447,15 +447,20 @@
|
|
<?PHP else: ?>
|
|
<?PHP else: ?>
|
|
|
|
|
|
<body style="background:#dadada no-repeat; background-size: cover; background-attachment: fixed; background-position: center;">
|
|
<body style="background:#dadada no-repeat; background-size: cover; background-attachment: fixed; background-position: center;">
|
|
- <div id="AFHint">
|
|
|
|
|
|
+
|
|
|
|
+<?php if (file_exists(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html")): ?>
|
|
|
|
+<?php include(APP_PATH . DIRECTORY_SEPARATOR . "jscheck.html"); ?>
|
|
|
|
+<?php endif; ?>
|
|
|
|
+
|
|
|
|
+ <!--<div id="AFHint">
|
|
<button type="button" class="close" aria-label="Close" onclick="closeMe(this);" style="position:relative; top:5px; left:-7px;">
|
|
<button type="button" class="close" aria-label="Close" onclick="closeMe(this);" style="position:relative; top:5px; left:-7px;">
|
|
<span aria-hidden="true" style="color:black; font-weight:900;">×</span>
|
|
<span aria-hidden="true" style="color:black; font-weight:900;">×</span>
|
|
</button>
|
|
</button>
|
|
<br>
|
|
<br>
|
|
<span onclick="showHowTo();"><?PHP echo(getResource0("How-to: Manage your avatars in Avatar Free", $lang));?></span>
|
|
<span onclick="showHowTo();"><?PHP echo(getResource0("How-to: Manage your avatars in Avatar Free", $lang));?></span>
|
|
<br><br>
|
|
<br><br>
|
|
- </div>
|
|
|
|
- <div id="header" class="header" style="margin-top:18px;margin-bottom:18px;">
|
|
|
|
|
|
+ </div> -->
|
|
|
|
+ <div class="header" style="margin-top:18px;margin-bottom:18px;">
|
|
<a href="http://avatarfree.5mode-foss.eu" target="_self" style="color:#000000; text-decoration: none;"> <img src="Public/res/AFlogo.png" align="middle" style="position:relative;top:-5px;width:22px;"> Avatar Free</a> <a href="https://github.com/par7133/AvatarFree" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:posta@elettronica.lol" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
|
|
<a href="http://avatarfree.5mode-foss.eu" target="_self" style="color:#000000; text-decoration: none;"> <img src="Public/res/AFlogo.png" align="middle" style="position:relative;top:-5px;width:22px;"> Avatar Free</a> <a href="https://github.com/par7133/AvatarFree" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:posta@elettronica.lol" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
|
|
</div>
|
|
</div>
|
|
<div id="headerMob" class="header" style="margin-top:18px;margin-bottom:18px;display:none">
|
|
<div id="headerMob" class="header" style="margin-top:18px;margin-bottom:18px;display:none">
|