enmi12/glossaire/writeWords.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
equal deleted inserted replaced
0:d970ebf37754 1:f6eb5a861d2f
    52 					else{
    52 					else{
    53 						echo($mot -> nodeValue);
    53 						echo($mot -> nodeValue);
    54 					}
    54 					}
    55 					
    55 					
    56 					if(isset($wordName)){
    56 					if(isset($wordName)){
    57 						$wordUrl = 'http://enmi12.org/glossaire/index.php?mot=' . $wordName;
    57 						$wordUrl = 'http://enmi-conf.org/enmi12/glossaire/index.php?mot=' . $wordName;
    58 					}
    58 					}
    59 					else{
    59 					else{
    60 						echo($mot -> nodeValue);
    60 						echo($mot -> nodeValue);
    61 					}
    61 					}
    62 					
    62