~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to dialogs/about.php

  • Committer: Keith Hughitt
  • Date: 2010-02-17 22:00:59 UTC
  • mfrom: (402.1.68 hv)
  • Revision ID: keith.hughitt@nasa.gov-20100217220059-wmdq7kgokj4seryx
Merged with Keith's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
if (!$config = parse_ini_file("../settings/Config.ini"))
3
3
    die("Missing config file!"); 
4
4
?>
5
 
<img src="images/logos/about_white.png" alt="Helioviewer.org Logo"><br>
 
5
<img src="resources/images/logos/about_white.png" alt="Helioviewer.org Logo"><br>
6
6
<div style="width:100%; text-align: center;">
7
7
    <span style="margin-left: auto; margin-right: auto; font-size:small;"><?php printf("Last Updated: %s (rev. %s)", $config["last_update"], $config["build_num"]); ?></span>
8
8
</div>