mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 19:54:31 +00:00
Render watermark configuration data in admin tool
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user