Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpuzzler.php200 $backgroundColorHex = get_param("backgroundColorHex", "bch", "transparent"); variable
201 if (preg_match("/^[0123456789ABCDEF]{6}$/i", $backgroundColorHex)) {
202 $backgroundColorHexCss = "#" . $backgroundColorHex;
204 $backgroundColorHexCss = $backgroundColorHex;