From: short <> Date: Thu, 4 Oct 2001 17:37:49 +0000 (+0000) Subject: Updated to be XHTML-1.1 compliant X-Git-Url: http://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=commitdiff_plain;h=91182f1996cb5959b2bc9493465bbb44dd037b98 Updated to be XHTML-1.1 compliant W3C Validator is now referenced by URI (not by "Referer" header) --- diff --git a/common.php b/common.php index 63fb898..67d72aa 100644 --- a/common.php +++ b/common.php @@ -233,7 +233,7 @@ function title_icons($year,$month) global $tb_obsah; print("

" - .(isset($year) ? "" : "") + .(isset($year) ? "" : "") .title_name(&$year,&$month) .(isset($year) ? "" : "") ."

\n"); @@ -262,7 +262,7 @@ function title_icons($year,$month) $year=$row["year"]; print("" - .(!isset($wanted_year) ? "

 

" : "") + .(!isset($wanted_year) ? "

 

" : "") ."
\n" ."\n" ); @@ -350,15 +350,16 @@ function footer($delimit=true) global $cvs_id_html,$viewcvs,$viewcvs,$HTTP_SERVER_VARS; if ($delimit) print("

 

\n"); + $uri="uri=".addpercents("http://".$HTTP_SERVER_VARS["HTTP_HOST"].$HTTP_SERVER_VARS["REQUEST_URI"]); ?>
Roèník $year (obsahy èísel)
alt="Valid XHTML 1.0!" />"> alt="Valid XHTML 1.1!" /> alt="Valid CSS!" />
@@ -383,8 +384,8 @@ function heading($title=false) if (!isset($msie_major) || $msie_major>=4) print(''."\n"); ?> - - + + Energie & peníze<?php if (isset($title_tail)) print(": ".htmlspecialchars($title_tail));