mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-20 09:55:58 +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(
|
$template->assign(array(
|
||||||
'BRATONIEN_TOOLS' => $tools,
|
'BRATONIEN_TOOLS' => $tools,
|
||||||
'BRATONIEN_MESSAGES' => $messages,
|
'BRATONIEN_MESSAGES' => $messages,
|
||||||
|
|||||||
Reference in New Issue
Block a user