diff --git a/html/inc/util.inc b/html/inc/util.inc index 066540a84d..ac7dd262d5 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -1,4 +1,5 @@ "; if ($java_onload!=""){echo ""; } else { echo "";} + display_cvs_versions(); project_banner($title); } @@ -138,6 +140,14 @@ function page_tail($show_date=false) { page_tail_aux(true, $show_date); } +function display_cvs_versions(){ + global $cvs_version_tracker; + echo "\n"; + for ($i=0;$i\n"; + } +} + function db_error_page() { page_head("Database error"); echo "A database error occurred while handling your request.