Mercurial > epgrec.yaz
diff index.php @ 58:80dc62c94185
add: height_per_minite at index.html
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Wed, 29 Jul 2009 16:53:56 +0900 |
parents | 73350e16077a |
children | a2c4665b310c |
line wrap: on
line diff
--- a/index.php Wed Jul 29 10:51:38 2009 +0900 +++ b/index.php Wed Jul 29 16:53:56 2009 +0900 @@ -198,6 +198,7 @@ $smarty->assign( "ch_set_width", $settings->ch_set_width ); $smarty->assign( "chs_width", $chs_width ); $smarty->assign( "height_per_hour", $settings->height_per_hour ); + $smarty->assign( "height_per_min", $settings->height_per_hour / 60 ); // date("Y-m-d H:i:s", $timestamp); @@ -211,4 +212,4 @@ $smarty->display("index.html"); -?> +?> \ No newline at end of file