Check first

The plugin loader must be installed! You van download the Plugin-Loader here: http://cmsimpleplugins.svarrer.dk/?Plugin_Loader. Now you can start.
[Zuerst muss der Plugin-Loader installiert sein (Download siehe oben)...]

Install

Unzip in /plugins. DIR: /temp = CHMOD 777
[Entpacken im Verzeichnis /plugins, Verzeichnis /temp = CHMOD 777]

Code

Open your template.htm:

  1. before the function head() note <?php echo sprint(); ?>
    [Vor die Funktion head() notieren...]
  2. Note now somewhere in body <?php echo sform();?> = the buttons
    [Irgendwo im Body notieren...]

Example

<head>
<?php echo sprint(); ?>
...<?php echo head(); ?>...
</head>
<body>
<?php echo sform(); ?>
</body>

Style

In the Template-CSS-File you must remove the value "body {font-size: xyz;}". All other Elements may receive a Font-size value, but with relative units (% - em -ex).
[In der Template-CSS-Datei muss font-size aus body entfernt werden. Alle anderen Elemente dürfen Schriftgrößen enthalten, aber mit relativen Einheiten...]

Config