Integrate Lightbox

In order to open images in the lightbox (editor function "zoom image") has the script
<script type="text/javascript" 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. The line to write in one of the templates to create new pages.
  4. It loads the scripts dynamically with PHP Code:
    $webutler_autoheaderdata[] = '<script type="text/javascript" src="includes/javascript/lightbox/lightbox_plus.js"></script>';
    This line can be, for example, Enter at the end of the baseconfig.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.