X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=title.php;h=9406eb49335b71ffc39091b37ae76ec4584cc8c8;hb=83149e59cb1ac3f57b155e99878a6f44a6bfd187;hp=03a0e6b36cc121d172b2873718a859809906afce;hpb=ab4e3681442ccee6dfc913fd88cf5a1c34bdb5fe;p=www.energie.vellum.cz.git diff --git a/title.php b/title.php index 03a0e6b..9406eb4 100644 --- a/title.php +++ b/title.php @@ -2,23 +2,12 @@ include("common.php"); - prepvar("year" ,"[0-9]+"); - prepvar("month","[0-9]+"); + prepvar("year" ,"[0-9]+",false/*required*/); + prepvar("month","[0-9]+",false/*required*/); - $month_a=month_a($year,$month); - $title_tail="Titulní strana èísla ".$month_a["name"]; + $title_tail=title_name(&$year,&$month); heading(); -?> - - -
- - -
"); -?>
-