From: short <> Date: Thu, 16 Aug 2001 12:31:18 +0000 (+0000) Subject: month_full()->month_a() to unify month elements naming X-Git-Url: http://git.jankratochvil.net/?a=commitdiff_plain;ds=sidebyside;h=56d436428505fa3cbad311edc3b1975fbe23407f;p=www.energie.vellum.cz.git month_full()->month_a() to unify month elements naming img_size($one_argument_file_name) autodetects its image size Implemented HTML-wrapped title viewing --- diff --git a/index.php b/index.php index 2f058c8..87a9545 100644 --- a/index.php +++ b/index.php @@ -20,12 +20,11 @@ function title_table_month($year,$month,$month_last) { - $month_full=month_full($year,$month,$month_last); - $base="img/eap-$year-$month_full"; - $name= "$year/$month_full"; - print("" - ."\"titulní
\n" - ."obsah $name" + $month_a=month_a($year,$month,$month_last); + print("" + ."\"titulní
\n" + ."obsah ".$month_a["name"]."" ); }