diff --git a/Admin/Templates/player.tpl b/Admin/Templates/player.tpl
index 2975b3ce..40277d1a 100644
--- a/Admin/Templates/player.tpl
+++ b/Admin/Templates/player.tpl
@@ -21,14 +21,8 @@ if(isset($id))
require("../Templates/Profile/medal.php");
$profiel=explode("".md5('skJkev3')."", $profiel);
$varray = $database->getProfileVillages($id);
- $refreshicon = "
";
+ $refreshiconfrm = "../img/admin/refresh.png";
+ $refreshicon = "
";
if($user)
{
$totalpop = 0;
diff --git a/Admin/Templates/village.tpl b/Admin/Templates/village.tpl
index 58ea571d..58cfc5cc 100644
--- a/Admin/Templates/village.tpl
+++ b/Admin/Templates/village.tpl
@@ -60,14 +60,7 @@ if(isset($id))
}
$ocounter = array($wood,$clay,$iron,$crop);
$production=$admin->calculateProduction($id,$user['id'],$user['b1'],$user['b2'],$user['b3'],$user['b4'],$fdata, $ocounter, $village['pop']);
- $refreshiconfrm = "data:image/png;base64,
- iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAIAAADpZ+PpAAAAAXNSR0IArs4c6QAAAARnQU1BAACx
- jwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEQSURBVChTY/gPBkevHfRrtjMsU9bJ05+5eylE
- kAGI117fKFsqYzhTNeSQY8xhP8vJJmVrK3eeP8Bw58kt03rTkHnRxdvrnKd4m83SCTtsaLZI1K7H
- mGH2xpnHLh+GGPL7/7/S1dVKU2Usd6roTZBh+Pj3M0QCCL78+Fw6v1ooR1myWU2zzpjBb2Ko8xwf
- 91l+gRNDLzw6f+nepcsPrl14cPXW8wcMWqVaEYdtPdZYubUHww0AMs5cusygU68UtVUr87CPWbdd
- 9Ly83TcO7Lq2I7ozoXfZTAalCjWZemnlaYo2u0wVFkoJdwoyZDOZNDi//vqRwbkjac+dC827p2h3
- Gyh3S6m0a0Qszrnz6RnQWAAxV5tT/VAiNQAAAABJRU5ErkJggg==";
+ $refreshiconfrm = "../img/admin/refresh.png";
$refreshicon = "
";
class MyGenerator
diff --git a/img/admin/refresh.png b/img/admin/refresh.png
new file mode 100644
index 00000000..468d9c43
Binary files /dev/null and b/img/admin/refresh.png differ