2
if ( !$config = parse_ini_file('../settings/Config.ini') ) {
3
die('Missing config file!');
6
<img src="<?php echo $config['about_logo']; ?>" alt="Helioviewer.org Logo"><br>
7
<div style="width:100%; text-align: center;">
8
<span style="margin-left: auto; margin-right: auto; font-size:small;"><?php printf("Last Updated: %s (2.4.0)", $config["last_update"]); ?></span>
12
Helioviewer.org is an open-source project for the visualization of solar and heliospheric data.
13
The project is funded by <acronym title="European Space Agency">ESA</acronym> and <acronym title="National Aeronautics and Space Administration">NASA</acronym>.
14
For more information, please visit our <a href="http://helioviewer.org/wiki/Main_Page" style="text-decoration: underline; font-weight: normal;" class="light">Wiki</a>.
19
<div id="about-credits" style="width:100%; text-align:center;">
20
<span style="margin-left:auto; margin-right: auto;">
21
<b>Credits: </b><br />
22
<a href="http://sdo.gsfc.nasa.gov/">SDO (NASA)</a>,
23
<a href="http://sohowww.nascom.nasa.gov/">SOHO</a> (<a href="http://soho.esac.esa.int/" title="European Space Agency">ESA</a>/<a href="http://nasa.gov/" title="National Aeronautics and Space Administration">NASA</a>),
24
<a href="http://www.nasa.gov/mission_pages/stereo/main/index.html">STEREO (NASA)</a>,
25
<a href="http://sci.esa.int/proba2/">PROBA2 (ESA)</a>,
26
<a href="http://www.isas.ac.jp/e/enterp/missions/yohkoh/index.shtml">Yohkoh (JAXA/NASA/PPARC)</a>,
27
<a href="http://www.nasa.gov/centers/goddard/home/index.html" title="Goddard Space Flight Center">GSFC</a>,
28
<a href="http://www.astro.oma.be/" title="Royal Observatory of Belgium">Royal Observatory of Belgium</a>,
29
<a href="http://www.lmsal.com" title="Lockheed Martin Solar & Astrophysics Laboratory">LMSAL</a>,
30
<a href="http://umbra.nascom.nasa.gov/" title="Solar Data Analysis Center">SDAC</a>,
31
<a href="http://sun.stanford.edu/">Stanford University</a>,
32
<a href="http://solar.physics.montana.edu/sol_phys/fft/">MSU/SDO-FFT</a>
1
<?php require_once('../settings/Config.php'); ?>
2
<img src="images/logos/about_white.png" alt="Helioviewer.org Logo"><br>
3
<span style="font-size:small;"><?php printf("Last Updated: %s (rev. %s)", Config::LAST_UPDATE, Config::BUILD_NUM); ?></span><br><br>
4
<span style='font-weight: bold;'>Current Developers:</span><br>
6
<li><a href="mailto:webmaster@helioviewer.org" class="light">Keith Hughitt</a></li>
7
<li><a href="mailto:Jack.Ireland@ nasa.gov" class="light">Jack Ireland</a></li>
b'\\ No newline at end of file'