diff --git a/index.php b/index.php index f065ef4..046aa3f 100644 --- a/index.php +++ b/index.php @@ -128,6 +128,11 @@ function expand() $firstopen = $autoclose = false; } + // Fuer die Druckansicht + if (isset($_GET['print'])) { + $autoclose = false; + } + $options = 'data-autoclose="' . $autoclose . '" ' . 'data-firstopen="' . $firstopen . '"'