Leave heading($title) as default ('true' for now)
authorshort <>
Thu, 20 Jun 2002 16:24:23 +0000 (16:24 +0000)
committershort <>
Thu, 20 Jun 2002 16:24:23 +0000 (16:24 +0000)
 - a lot of people comes to our pages from search engines - lead the to root

index.php
inzerat-submit.php
inzerat.php
inzerce.php

index 67b7a8a..975c3a0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
 .smaller   { font-size: smaller }
 .img-align { vertical-align:middle; }
 ";
-       heading(true/*title*/);
+       heading();
 ?>
 <ul>
        <li><a href="obsah.php">Obsahy v¹ech roèníkù</a></li>
index 89d55bd..01ae365 100644 (file)
@@ -4,7 +4,7 @@
 
        $title_tail="Elektronické podání øádkové inzerce";
        no_cache();
-       heading(true/*title*/);
+       heading();
 
 prepvar("text");
 prepvar("name");
index 68beb93..c86530a 100644 (file)
@@ -7,7 +7,7 @@
        include("common.php");
 
        $title_tail="Øádková inzerce";
-       heading(true/*title*/);
+       heading();
 ?>
 <ul>
        <li><a href="#elektronicky">Elektronické podání inzerátu</a></li>
index 3934215..9bf4a5d 100644 (file)
@@ -3,7 +3,7 @@
        include("common.php");
 
        $title_tail="Ceník plo¹né inzerce";
-       heading(true/*title*/);
+       heading();
        print("<h1>$title_tail</h1>\n");
 
        print_pdf_layout(strtolower($title_tail),$file_cenik_inzerce_base);