Sfoglia il codice sorgente

too many =

development
mauirixxx 8 anni fa
parent
commit
56af4659db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Vedi File

@@ -41,7 +41,7 @@ if (!$_SESSION['userid']){
while ($row2 = $result2->fetch_array()){
$charactername = $row2['charname'];
$profcolor = $row2['profcolor'];
$_SESSION['profcolor'] == $profcolor;
$_SESSION['profcolor'] = $profcolor;
echo '<TITLE>' . $charactername . '</TITLE><BODY>';
echo '<STYLE TYPE="TEXT/CSS" MEDIA="SCREEN">body { background-color: ' . $profcolor . '; }</STYLE>';
}


Caricamento…
Annulla
Salva