Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Edlund2014-10-16 16:12:57 +0000
committerStefan Edlund2014-10-16 16:12:57 +0000
commit06b63726719eaf1319c7a7192658016933e86bd5 (patch)
treeb968d5ddb86dc71265598686c0f1764d3c7046c7
parent2375cacc91e942ab7703e8385248d458b5dbce98 (diff)
downloadstem-06b63726719eaf1319c7a7192658016933e86bd5.tar.gz
stem-06b63726719eaf1319c7a7192658016933e86bd5.tar.xz
stem-06b63726719eaf1319c7a7192658016933e86bd5.zip
ebola
-rwxr-xr-xindex.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3b6109a..f24b8a7 100755
--- a/index.php
+++ b/index.php
@@ -124,6 +124,12 @@ ob_start();
align="center" src="/images/egg-incubation.png"
border="0" alt="Incubation" /></a></div>
</div>-->
+ <div class="sideitem">
+ <h6 style="color:red">Ebola News</h6>
+ <?php getRssFeed('https://dev.eclipse.org/mhonarc/lists/stem-ebola/maillist.rss', $_SERVER['DOCUMENT_ROOT'] . '/stem/data/rss_ebola_cache.xml'); ?>
+ <br.>
+ <i><a href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=72">more...</a></i>
+ </div>
<div class="sideitem">
<h6>News</h6>
<?php getRssFeed('http://www.eclipse.org/forums/rdf.php?mode=m&l=1&basic=1&frm=72&n=5', $_SERVER['DOCUMENT_ROOT'] . '/stem/data/rss_cache.xml'); ?>

Back to the top