Integrate Lightbox

In order to open images in the lightbox (editor function "zoom image") has the script
<script src="includes/javascript/lightbox/lightbox_plus.js"></script>
are inserted into the header of the page.

There are several options:

  1. When you create a new page, the line is manually entered in the source code.
  2. One uses the editor button "insert javascript".
  3. Write the line to one of the layout-templates to create new pages.
  4. Load the script dynamically with PHP Code:
    $webutler_autoheaderdata[] = '<script src="includes/javascript/lightbox/lightbox_plus.js"></script>';
    This line can be, for example, enter at the end of the globalvars.php. The script will then automatically loaded into every website.

If the line "alternate text" in the "insert/edit image" window of the editor is filled, the text will appear as an image description under magnification.