diff --git a/Admin/Templates/maintenenceBan.tpl b/Admin/Templates/maintenenceBan.tpl index 73c33d9b..513bbc33 100644 --- a/Admin/Templates/maintenenceBan.tpl +++ b/Admin/Templates/maintenenceBan.tpl @@ -25,7 +25,7 @@ - "> + "> Default: 1 Hour
Value: Hours (0.5) for 30 mins diff --git a/Templates/Alliance/medal.php b/Templates/Alliance/medal.php index c3e58e68..e0fa279c 100644 --- a/Templates/Alliance/medal.php +++ b/Templates/Alliance/medal.php @@ -22,7 +22,7 @@ INDELING CATEGORIEEN: == 8. in top 3 - klimmers == == 9. in top 3 - overval == ******************************/ -//$geregistreerd=date('d-m-Y', ($allianceinfo['timestamp'])); +//$geregistreerd=date('d.m.Y', ($allianceinfo['timestamp'])); $profiel = preg_replace("/\[war]/s",'At war with
'.$database->getAllianceWar($aid), $profiel, 1); $profiel = preg_replace("/\[ally]/s",'Confederacies
'.$database->getAllianceDipProfile($aid,1), $profiel, 1); diff --git a/Templates/Build/25_4.tpl b/Templates/Build/25_4.tpl index 474ea022..a3c315a3 100644 --- a/Templates/Build/25_4.tpl +++ b/Templates/Build/25_4.tpl @@ -42,7 +42,7 @@ echo ' '.$ownername.' '.$pop.'
('.$coor['x'].'
|
'.$coor['y'].')
-'.date('d-m-Y',$vcreated).' +'.date('d.m.Y',$vcreated).' '; } } diff --git a/Templates/Build/26_4.tpl b/Templates/Build/26_4.tpl index 9aa005ec..7b01ec56 100644 --- a/Templates/Build/26_4.tpl +++ b/Templates/Build/26_4.tpl @@ -43,7 +43,7 @@ echo ' '.$ownername.' '.$pop.'
('.$coor['x'].'
|
'.$coor['y'].')
-'.date('d-m-Y',$vcreated).' +'.date('d.m.Y',$vcreated).' '; } } diff --git a/Templates/Profile/medal.php b/Templates/Profile/medal.php index 6e6a36b8..71b0b693 100644 --- a/Templates/Profile/medal.php +++ b/Templates/Profile/medal.php @@ -34,7 +34,7 @@ $remainingDay = floor($secondsDiff/(3600*24)); $left = \App\Utils\DateTime::getTimeFormat($secondsDiff); $profiel = preg_replace("/\[#0]/is",'', $profiel, 1); } else { -$geregistreerd=date('d-m-Y', ($displayarray['regtime'])); +$geregistreerd=date('d.m.Y', ($displayarray['regtime'])); $profiel = preg_replace("/\[#0]/is",'', $profiel, 1); }