I cannot get the including to work.
TWG Works fine without include but when doing an include TWG flashes by and the diappears leaving the following code in IE (Firefox stops...):
<div id="emsTest" style="position:absolute; left:0px; top:0px; visibility:hidden; font-family:arial,helvetica,sans-serif">A <br />A <br />A <br />A <br />A <br /></div>
My path section in config.php looks like this:
$php_include=true;
$install_dir = "galleri/";
$ignore_parameter = array('file');
$include_y_bottom=0;
$disable_frame_adjustment_ie=true;
$basedir = "pictures";
$cachedir = "cache";
$counterdir = "counter";
$xmldir = "xml";
at the root of the site I have a page
galleri.php containing:
<?php include "galleri/index.php" ?>
Please advice what to do...[/i]