new sort function; should sorrt correctly for solos,etc
[e-DoKo.git] / output.php
index 32dbd7b86bce476577aae389e90696bc9125875e..d73b9feec9b29e4ac3436c0b43ed24697f424603 100644 (file)
@@ -230,6 +230,7 @@ function output_home_page()
 
 function output_header()
 {
+   global $REV;
 ?>
 <!DOCTYPE html PUBLIC
     "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
@@ -267,6 +268,7 @@ function output_header()
 <body onload="high_last();">
 <div class="header">
 <h1> Welcome to E-Doko </h1>
+<p> Revision: <?php echo "$REV"; ?></p>
 </div>
 
 <?php