".$locale['EC004']; } while($user = dbarray($query_id)) { /* if($user['user_avatar']!="") { echo "
"; } */ echo "
  • ".$user['user_birthdate'] ." ".$user['user_name']."
  • "; } closetable(); tablebreak(); } /* * GUI */ if(isset($d)) { $ev = ec_get_events($d, $month, $year); if(isset($ev[$d])) { opentable("$year-$month-$d"); foreach($ev[$d] as $id => $title) { echo "
  • $title
  • "; } closetable(); tablebreak(); } } /* * GUI */ opentable($locale['EC400']); $events = ec_get_events("", $month, $year); $content = array(); foreach($events as $day => $more) { $btext = "$day
    "; foreach($more as $ev_id => $title) { $btext .= "
  • " ."$title
  • "; } $content[$day] = $btext; } $pmonth = ($month>1 ? $month-1 : $month); $nmonth = ($month<12 ? $month+1 : $month); $pyear = $year-1; $nyear = $year+1; $title = "" ."" ."" ."".$locale['EC900'][$month]." $year" ."" ."
    "; ec_show_month($mday, $month, $year, $title, $content, "left", 80, true); closetable(); require_once BASEDIR."side_right.php"; require_once BASEDIR."footer.php"; ?>