if ($profile != "")
{
echo "
";
}
?>
echo "$event_name :: $name"; ?>
echo "$date"; ?> -
echo "$start_location"; ?> if ($start_location != $end_location) { echo " to $end_location"; } ?>
echo "$distance"; ?>
if ($notes != "") { echo " ${notes}"; } ?>
if ($profile != "")
{
echo " [
Course Profile]";
}
if (($popup_link != "") && ($popup_position == "notes"))
{
echo " [";
echo "
";
echo "$popup_link" . ']';
}
?>