|
@ -143,8 +143,10 @@ function game_cross_play( $id, $game, $attempt, $crossrec, $g, $onlyshow, $shows |
|
|
get_string( 'nextgame', 'game').'</a> '; |
|
|
get_string( 'nextgame', 'game').'</a> '; |
|
|
} |
|
|
} |
|
|
} else if ($info != '') { |
|
|
} else if ($info != '') { |
|
|
|
|
|
if ($print === false) { |
|
|
echo "<br>$info<br>"; |
|
|
echo "<br>$info<br>"; |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if ($attempt->language != '') { |
|
|
if ($attempt->language != '') { |
|
|
$wordrtl = game_right_to_left( $attempt->language); |
|
|
$wordrtl = game_right_to_left( $attempt->language); |
|
|