Changed page title
diff --git a/contributorinfo.php b/contributorinfo.php
index aaaf2ac..4ce3e9d 100644
--- a/contributorinfo.php
+++ b/contributorinfo.php
@@ -1,7 +1,7 @@
<?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()); # All on the same line to unclutter the user's desktop'
- $pageTitle = "Information for Contributors";
- $pageKeywords = "photran, contributing";
+ $pageTitle = "Photran Internals";
+ $pageKeywords = "photran, contributing, internals";
$pageAuthor = "Jeffrey Overbey";
# Paste your HTML content between the EOHTML markers!