X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=common.php;fp=common.php;h=8a7b6edec50282cc1ee4c3e812eab3c76c3ffc6c;hb=2a93affb8ee9043eceb39e57f6663d3b8e002728;hp=b75599142a5ea4373988cb614327534b6c9765bb;hpb=8813e85bed53692b0167b15be93edf5e54fbfdaa;p=www.energie.vellum.cz.git diff --git a/common.php b/common.php index b755991..8a7b6ed 100644 --- a/common.php +++ b/common.php @@ -710,7 +710,7 @@ function no_cache() header("Pragma: no-cache"); // HTTP/1.0 } -function heading($title=false) +function heading($title=true) { global $msie_major,$mozilla_major,$title_tail,$head_css,$have_css,$head,$heading_done,$title_prefix,$force_charset; @@ -762,8 +762,8 @@ h1,h2 { color: yellow; background-color: transparent; } print(" bgcolor=\"black\" text=\"white\" link=\"aqua\" vlink=\"teal\""); print(">\n"); if ($title) - print("

" + print("

" .img("img/eap-title.".(image_supported("image/png") ? "png" : "gif"),"Energie & Peníze") - ."

\n"); + ."\n"); } ?>