Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<?php include(dirname(__FILE__)."/Fotogallery/gallery.php"); ?>
See if that works for you.
include(dirname(__FILE__).
?<?php include("Fotogallery/gallery.php"); ?>
should work. However, if not:<?php include(dirname(__FILE__)."/Fotogallery/gallery.php"); ?>
produces the full, absolute path of your server to allow the script to be accessed.
1 to 8 of 8