Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnettleton2010-04-09 16:19:50 +0000
committerbnettleton2010-04-09 16:19:50 +0000
commitaa72e2878d1466f18e539343eb5591d373273b98 (patch)
tree83c9698a9ceea13e9f569aa106a11664abeed0fb /index.php
parenta9de8ea05fc43f757d4723b1d276bc97586efe01 (diff)
downloadnaming-aa72e2878d1466f18e539343eb5591d373273b98.tar.gz
naming-aa72e2878d1466f18e539343eb5591d373273b98.tar.xz
naming-aa72e2878d1466f18e539343eb5591d373273b98.zip
Fix stylesheet error.
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 70bf7d1..ba56e78 100755
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
*******************************************************************************/
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());
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="$namingStyleSheet"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gemini/naming/style.css"/>');
$localVersion = false;

Back to the top