You mean this Conditions d'utilisation , also I see the other links : Bienvenue Invité, S’il vous plaît Login ou Enregistrer Maintenant Some how you changed the word --CLASS:: to --CLASSE::, you need to remove the letter "E" from the words CLASS that you modified: For example, this
Code: HTML
<A HREF="<!--CLASSE::Terms_of_Use-->"> Conditions d'utilisation </A>
|
Should be changed to this:
Code: HTML
<A HREF="<!--CLASS::Terms_of_Use-->"> Conditions d'utilisation </A>
|
|