Article name optional format: fullname|shortname
[www.energie.vellum.cz.git] / common.php
index 85835de..461fb6a 100644 (file)
@@ -262,7 +262,7 @@ function title_icons_table_month($year,$month,$month_last,$sequential,$has_conte
        $result=db_query("select name,id from $tb_clanek where year=$year and month=$month order by id");
        while ($row=mysql_fetch_array($result))
                print("&bull;&nbsp;<a href=\"clanek.php?year=$year&amp;month=$month&amp;id=".$row["id"]."\">"
-                               .htmlspecialchars($row["name"])."</a><br />\n");
+                               .htmlspecialchars(ereg_replace("^.*\\|","",$row["name"]))."</a><br />\n");
        mysql_free_result($result);
        print("</td></tr></table>");
 }