diff options
| author | Christopher Guindon | 2017-10-02 15:10:50 +0000 |
|---|---|---|
| committer | Christopher Guindon | 2017-10-02 15:11:04 +0000 |
| commit | 5246fbb14e21d10805b26c5f24efb7e97043ee78 (patch) | |
| tree | a043d5acdc93647f31a8fb74f6941cd2d6dd8556 | |
| parent | c6d441e02f1e128fc02a25c5851f3e9e3cf89476 (diff) | |
| download | eclipse.org-common-5246fbb14e21d10805b26c5f24efb7e97043ee78.tar.gz eclipse.org-common-5246fbb14e21d10805b26c5f24efb7e97043ee78.tar.xz eclipse.org-common-5246fbb14e21d10805b26c5f24efb7e97043ee78.zip | |
Bug 261658 - status.eclipse.org
Add service status link in eclipse footer. The link was
also added to locationtech and polarsys but in the useful link section
since they don't have a Other section.
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
| -rw-r--r-- | classes/themes/locationtech.class.php | 3 | ||||
| -rw-r--r-- | classes/themes/polarsys.class.php | 1 | ||||
| -rw-r--r-- | classes/themes/solstice.class.php | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/classes/themes/locationtech.class.php b/classes/themes/locationtech.class.php index d4c7c0d3..53d4f756 100644 --- a/classes/themes/locationtech.class.php +++ b/classes/themes/locationtech.class.php @@ -179,7 +179,8 @@ EOHTML; <li class="leaf"><a href="https://locationtech.org/wiki" title="">Wiki</a></li> <li class="leaf"><a href="http://foss4g-na.org" title="">FOSS4G NA</a></li> <li class="leaf"><a href="http://tour.locationtech.org" title="">Tour</a></li> - <li class="last leaf"><a href="http://fedgeoday.org" title="">FedGeoDay</a></li> + <li class="leaf"><a href="http://fedgeoday.org" title="">FedGeoDay</a></li> + <li class="last leaf"><a href="https://status.eclipse.org">Service Status</a></li> </ul> EOHTML; } diff --git a/classes/themes/polarsys.class.php b/classes/themes/polarsys.class.php index a0f51397..5dbea599 100644 --- a/classes/themes/polarsys.class.php +++ b/classes/themes/polarsys.class.php @@ -176,6 +176,7 @@ EOHTML; <li class="leaf"><a href="//polarsys.org/faq" title="Frequently Asked Questions">FAQ</a></li> <li class="leaf"><a href="//polarsys.org/news" title="">News and Events</a></li> <li class="last leaf"><a href="//polarsys.org/polarsys-newsletter" title="">Newsletter</a></li> + <li class="last leaf"><a href="https://status.eclipse.org">Service Status</a></li> </ul> EOHTML; } diff --git a/classes/themes/solstice.class.php b/classes/themes/solstice.class.php index 499aecf0..52ac6eaf 100644 --- a/classes/themes/solstice.class.php +++ b/classes/themes/solstice.class.php @@ -93,6 +93,7 @@ EOHTML; <li><a href="{$this->getBaseUrl()}projects">Community of Projects</a></li> <li><a href="{$this->getBaseUrl()}org/workinggroups/">Working Groups</a></li> <li><a href="{$this->getBaseUrl()}org/research/">Research@Eclipse</a></li> + <li><a href="https://status.eclipse.org">Service Status</a></li> </ul> <ul class="list-inline social-media"> |
