Render watermark configuration data in admin tool

This commit is contained in:
Terranom674
2026-08-15 13:11:14 +02:00
parent 76f635afae
commit ccb483bd22

View File

@@ -39,6 +39,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['bratonien_tool']))
}
}
if (isset($tools['watermark']))
{
$template->assign('WATERMARK', bratonien_tools_get_watermark_data());
}
$template->assign(array(
'BRATONIEN_TOOLS' => $tools,
'BRATONIEN_MESSAGES' => $messages,