add ww tribe image

add ww tribe image
This commit is contained in:
novgorodschi catalin
2026-08-04 07:54:47 +03:00
parent 242fdd959f
commit 10fb3beb0d
99 changed files with 4701 additions and 7 deletions
@@ -50,7 +50,12 @@ $fh = fopen($myFile, 'w') or die("<br/><br/><br/>Can't open file: GameEngine\con
$psKeep = isset($_POST['plus_stats_keep']) ? (int) $_POST['plus_stats_keep'] : 0;
if ($psKeep < 0 || $psKeep > 3650) { $psKeep = 0; }
// Minunea Lumii cu stil pe trib
$wwImgChoice = (isset($_POST['ww_image']) && $_POST['ww_image'] === 'false')
? 'false' : 'true';
$text = admin_config_template_contents(array(
'%WWIMAGE%' => $wwImgChoice,
'%ALLIANCEBONUSES%' => $abChoice,
'%PLUSSTATS%' => $psChoice,
'%PLUSSTATSHOURS%' => $psHours,