X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=title.php;h=9406eb49335b71ffc39091b37ae76ec4584cc8c8;hb=958b747cca654215a5ca7a1138508952e2a522de;hp=565c4cd0d2e9136d21367e39afd2029becefbd68;hpb=31723f9621977f03379eeb2387c8cfd19888e115;p=www.energie.vellum.cz.git diff --git a/title.php b/title.php index 565c4cd..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(); -?> - - -
- - -
"); -?>
-