" . translate ( "Error" ) . "\n" . $error; print_trailer (); exit; } set_today($date); if (!$date) { $date = $thisdate; } $wday = strftime ( "%w", mktime ( 2, 0, 0, $thismonth, $thisday, $thisyear ) ); $now = mktime ( 2, 0, 0, $thismonth, $thisday, $thisyear ); $nowYmd = date ( "Ymd", $now ); $next = mktime ( 2, 0, 0, $thismonth, $thisday + 1, $thisyear ); $nextyear = date ( "Y", $next ); $nextmonth = date ( "m", $next ); $nextday = date ( "d", $next ); $nextdate = sprintf ( "%04d%02d%02d", $nextyear, $nextmonth, $nextday ); $prev = mktime ( 2, 0, 0, $thismonth, $thisday - 1, $thisyear ); $prevyear = date ( "Y", $prev ); $prevmonth = date ( "m", $prev ); $prevday = date ( "d", $prev ); $prevdate = sprintf ( "%04d%02d%02d", $prevyear, $prevmonth, $prevday ); $thisdate = sprintf ( "%04d%02d%02d", $thisyear, $thismonth, $thisday ); ?>
" class="prev" href="view_d.php?id= "><?php etranslate(" /> " class="next" href="view_d.php?id= "><?php etranslate(" />


" />
[" . translate ( "Printer Friendly" ) . "]"; print_trailer ();?>