Report years in reverse order on the main page.
[www.energie.vellum.cz.git] / clanek.php
index 00f581e..662c0a1 100644 (file)
@@ -28,7 +28,7 @@ caption     { color: aqua; background-color: transparent; }
 
 function print_article($row)
 {
-       print("<h2>".htmlspecialchars($row["name"])."</h2>\n".$row["contents"]);
+       print("<h2>".htmlspecialchars(ereg_replace("\\|.*\$","",$row["name"]))."</h2>\n".$row["contents"]);
 }
 
        if (isset($id))