commit | b342f0ac18347defd0e9c11f474f9eaa6b16aa6c | [log] [tgz] |
---|---|---|
author | Grégoire Dupé <gdupe@mia-software.com> | Thu May 24 14:52:48 2018 +0200 |
committer | Grégoire Dupé <gdupe@mia-software.com> | Thu May 24 14:52:48 2018 +0200 |
tree | 8ca8355e167856f2a5ad54445c54c3b0eee11ffd | |
parent | 624c6dfcf132a756bf1d4994c6b9efc696305e45 [diff] |
Fixing the page title to confrom to trademark usage guidelines.
diff --git a/index.php b/index.php index 7f39bcb..140cda6 100644 --- a/index.php +++ b/index.php
@@ -22,7 +22,7 @@ # Define these here, or in _projectCommon.php for site-wide values $pageKeywords = "eclipse, modeling, emf, modisco, reverse engineering, modernization, mde"; $pageAuthor = "Gregoire Dupe, Hugo Bruneliere"; - $pageTitle = "MoDisco"; + $pageTitle = "Eclipse MoDisco"; function getModiscoNews(){ $xsl = new Xsltprocessor();