summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'output.php')
-rw-r--r--output.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/output.php b/output.php
index 32dbd7b..911c184 100644
--- a/output.php
+++ b/output.php
@@ -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: $REV</p>
</div>
<?php