Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 727 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 727 Bytes

⚠️ Hinweis: Dieses Plugin wird nicht mehr gepflegt!
(Nov. 2017)


head - ein moziloCMS Plugin

Beschreibung

Überträgt den angegebenen Code in den Dokumentenkopf <head></head> der aktuellen Seite. Zeichen, die zur mozilo-Syntax gehören, müssen im Code mit einem ^ (Hochdach) maskiert werden.

Beispiel

{head|
    <!-- head-Plugin -->
    <style type="text/css"> h1 ^{background-color: #f00;^} </style>
    <script type="text/javascript"> document.write("Hello World!") </script>
}

Lizenz

MIT License

Autor

David Ringsdorf