Home
last modified time | relevance | path

Searched refs:pieceFont (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpuzzler.php128 if ($pieceFont == "a") { $pieceFont = "alpha"; } variable
129 if ($pieceFont == "m") { $pieceFont = "merida"; } variable
130 if ($pieceFont == "u") { $pieceFont = "uscf"; } variable
131 if (($pieceFont == "random") || ($pieceFont == "r")) {
134 case 1: $pieceFont = "alpha"; break; variable
136 default: $pieceFont = "uscf"; break; variable
139 if (($pieceFont == "hash") || ($pieceFont == "h")) {
143 case 1: $pieceFont = "alpha"; break; variable
145 default: $pieceFont = "uscf"; break; variable
148 if (($pieceFont == "default") || ($pieceFont == "d")) {
[all …]