use /modeling/includes/scripts.php instead of /emf/includes/scripts.php
diff --git a/includes/header.php b/includes/header.php
index ee2c39d..e88dc01 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -1,5 +1,5 @@
 <?php
-include_once $_SERVER["DOCUMENT_ROOT"] . "/emf/includes/scripts.php"; 
+include_once $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php"; 
 $WWWpre = "http://www.eclipse.org/emf/"; 
 $WWWprePhysical = "/home/data/httpd/www.eclipse.org/html/emf/";
 $WWWpreXSD = "http://www.eclipse.org/xsd/";