languagefile.php
incThanks.php
Everything from languagefile.php is not shown on incThanks.php
but when I set it up so incThanks is includes from Thanks.php and languageFile.php is included from incThanks.php it works fine.
err, that was kind of hard to follow so in a diagram it would look like
not working
Code: Select all
Thanks.php -> languagefile.php
-> incThanks.php
Code: Select all
Thanks.php -> incThanks.php -> languageFile.php
Thanks,