~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to dialogs/about.php

  • Committer: Keith Hughitt
  • Date: 2012-04-02 19:25:08 UTC
  • mto: This revision was merged to the branch mainline in revision 699.
  • Revision ID: keith.hughitt@nasa.gov-20120402192508-mny212t8ulbem849
Preparing for 2.3.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
?>
5
5
<img src="<?php echo $config['about_logo']; ?>" alt="Helioviewer.org Logo"><br>
6
6
<div style="width:100%; text-align: center;">
7
 
    <span style="margin-left: auto; margin-right: auto; font-size:small;"><?php printf("Last Updated: %s (2.2.2)", $config["last_update"]); ?></span>
 
7
    <span style="margin-left: auto; margin-right: auto; font-size:small;"><?php printf("Last Updated: %s (2.3.0)", $config["last_update"]); ?></span>
8
8
</div>
9
9
<br />
10
10