0){ $row2 = mysql_fetch_array($result2); $bgColor = $row2[0]; } $txtColor = "FFFFFF"; $query2 = "SELECT Value FROM Colors WHERE Section = 'splash_text'"; $result2 = mysql_query($query2); if (mysql_num_rows($result2) > 0){ $row2 = mysql_fetch_array($result2); $txtColor = $row2[0]; } $accentColor = "FFFFFF"; $query2 = "SELECT Value FROM Colors WHERE Section = 'splash_accent'"; $result2 = mysql_query($query2); if (mysql_num_rows($result2) > 0){ $row2 = mysql_fetch_array($result2); if ($row2[0] != ""){ $accentColor = $row2[0]; } } $frameColor = "666666"; $query2 = "SELECT Value FROM Colors WHERE Section = 'splash_frame'"; $result2 = mysql_query($query2); if (mysql_num_rows($result2) > 0){ $row2 = mysql_fetch_array($result2); if ($row2[0] != ""){ $frameColor = $row2[0]; } } $query4 = "SELECT * FROM Splash"; $result4 = mysql_query($query4); $row4 = mysql_fetch_array($result4); extract($row4); $TextFont = "Arial, Helvetica, sans-serif"; ?>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||