From 8ca6cc32b2c789a3149861159ad258f2cb9491e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:39:39 +0200 Subject: Adding upstream version 2.11.4. Signed-off-by: Daniel Baumann --- application/layouts/scripts/pdf.phtml | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 application/layouts/scripts/pdf.phtml (limited to 'application/layouts/scripts/pdf.phtml') diff --git a/application/layouts/scripts/pdf.phtml b/application/layouts/scripts/pdf.phtml new file mode 100644 index 0000000..87d07f8 --- /dev/null +++ b/application/layouts/scripts/pdf.phtml @@ -0,0 +1,44 @@ +layout()->moduleName; +if ($moduleName !== 'default') { + $moduleClass = ' icinga-module module-' . $moduleName; +} else { + $moduleClass = ''; +} + +$logoPath = Icinga::app()->getBootstrapDirectory() . '/img/icinga-logo-big-dark.png'; +$logo = base64_encode(file_get_contents($logoPath)); + + +?> + + + + + + + + +
+ render('inline.phtml') ?> +
+ + -- cgit v1.2.3