Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbeaton2012-04-12 15:24:14 +0000
committerwbeaton2012-04-12 15:24:14 +0000
commitc96a619210dc70864dc72429136ad2e0a2e47de0 (patch)
treeb27b948aa3283ffc75bf11b23c451e04543774ad
parent6f4cc4939023e6134236ca6dd8aa816be18e4df5 (diff)
downloadsecurity-c96a619210dc70864dc72429136ad2e0a2e47de0.tar.gz
security-c96a619210dc70864dc72429136ad2e0a2e47de0.tar.xz
security-c96a619210dc70864dc72429136ad2e0a2e47de0.zip
*** empty log message ***
-rwxr-xr-x_projectCommon.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/_projectCommon.php b/_projectCommon.php
index 4b2b532..3e56ec1 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -12,8 +12,6 @@
$theme = "Nova";
$App->Promotion = TRUE;
-$App->AddExtraHtmlHeader("<style>#midcolumn {background-image:url(/images/draft.gif);background-size:100%}</style>");
-
$Nav->addNavSeparator("Security", 'index.php');
$Nav->addCustomNav("Email the Security Team", "mailto:security@eclipse.org", "_self", 2);
$Nav->addCustomNav("Policy", "policy.php", "_self", 2);
@@ -21,6 +19,4 @@ $Nav->addCustomNav("Known Vulnerabilities", "known.php", "_self", 2);
$Nav->addNavSeparator("Projects", "/projects");
$Nav->addCustomNav("List of Projects", "/projects/listofprojects.php", "_self", 2);
$Nav->addCustomNav("Project Tools", "/projects/tools", "_self", 2);
-
-$Nav->setHTMLBlock("<div style=\"border:solid;border-width:1px;border-color:gray;margin:5px;margin-top:15px;padding:5px\">This is a draft site. Please add your input on <a href=\"https://bugs.eclipse.org/bugs/show_bug.cgi?id=337004\">Bug 337004</a></div>");
?> \ No newline at end of file

Back to the top