Add the mistakenly removed headers.

Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/projectPages/specfile/index.php b/projectPages/specfile/index.php
index 8552983..581fc00 100644
--- a/projectPages/specfile/index.php
+++ b/projectPages/specfile/index.php
@@ -1,4 +1,13 @@
 <?php
+
+require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
+require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
+$App = new App();
+$Nav = new Nav();
+$Menu = new Menu();
+include ($App->getProjectCommon());
+
 $pageTitle = "Linux Tools - RPM integration";
 $pageKeywords = "linux, eclipse, downloads";
 $pageAuthor = "Alexander Kurtakov";