X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=common.php;h=d66927fbaa3ccd1f1e5240f7a2ff07086cd46f2c;hb=0aa7b39f0209a3ce25831b15950212d8907f2b13;hp=226af623177a3350a8b3c30156a1355293ecfb7a;hpb=aa40813fdcd91c42d93194eaec8f1798120630c7;p=www.energie.vellum.cz.git diff --git a/common.php b/common.php index 226af62..d66927f 100644 --- a/common.php +++ b/common.php @@ -281,7 +281,7 @@ function title_icons($year,$month) print(""); $month++; } - print(""); title_icons_table_month($year,$row["month"]+1,$row["month_last"]+1,$row["sequential"]); @@ -378,11 +378,12 @@ function no_cache() function heading($title=false) { - global $msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head; + global $HTTP_SERVER_VARS,$msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head; header("Content-type: text/html"); + header("Content-Style-Type: text/css"); if (!isset($msie_major) || $msie_major>=4) - print(''."\n"); + print(''."\n"); ?>