summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-14 13:43:17 +0000
committerarun <arun>2007-01-14 13:43:17 +0000
commit97cd169690383b731eedeb13586e07788ee166ce (patch)
tree2638f7d0e0940de2e943dfad0bee7a2182989c48 /output.php
parent6e709fb780a236b6518653ac392c26a684204462 (diff)
downloade-DoKo-97cd169690383b731eedeb13586e07788ee166ce.tar.gz
e-DoKo-97cd169690383b731eedeb13586e07788ee166ce.tar.bz2
e-DoKo-97cd169690383b731eedeb13586e07788ee166ce.zip
added displau of revsion number
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