~~NOCACHE~~
> [[start|Startseite]]
\\
**Navigation**
----
[[szm|Selbst- und Zeitmanagement]]
[[ft|Fertigungstechnik]]
[[qpm|Qualitäts- und Projektmanagement]]
[[qs|Qualitätssicherung]]
[[at|Automatisierungstechnik]]
\\
[[https://www.fh-dortmund.de/de/index.php|{{:hartke:abbildungen:icon_home.png?nolink&0x25|}}]] [[https://www.fh-dortmund.de/de/fb/5/personen/lehr/hartke/index.php|{{:hartke:abbildungen:icon_person.png?nolink&0x25|}}]] [[https://www.elias-gmbh.de/de/unternehmen/impressum.html|{{:hartke:abbildungen:icon_info.png?nolink&0x25|}}]]
----
>
$protocol = strpos(strtolower($_SERVER['SERVER_PROTOCOL']),'https')
=== FALSE ? 'http' : 'https';
$host = $_SERVER['HTTP_HOST'];
$script = $_SERVER['SCRIPT_NAME'];
$params = $_SERVER['QUERY_STRING'];
$currentUrl = $protocol . '://' . $host . $script . '?' . $params;
echo 'Druckversion' . DOKU_LF;
> [[druckanleitung|Druckanleitung]]