Small changes (convertCurrency name changed)
This commit is contained in:
		| @@ -59,7 +59,7 @@ switch ($currentpage) { | ||||
|         $image = 'https://function.divlo.fr/img/function-image/randomQuote.png'; | ||||
|         break; | ||||
|     case '/views/function-views/convertCurrency.php': | ||||
|         $title = 'Convertisseur de devise'; | ||||
|         $title = 'Conversion de devise'; | ||||
|         $description = "Convertis des euros (€) dans une autre devise."; | ||||
|         $image = 'https://function.divlo.fr/img/function-image/convertCurrency.png'; | ||||
|         break; | ||||
|   | ||||
| @@ -45,7 +45,7 @@ | ||||
|                         <td>Génère aléatoirement une citation ou un proverbe.</td>  | ||||
|                     </tr> | ||||
|                     <tr> | ||||
|                         <td><a href="./function-views/convertCurrency.php">Convertisseur de devise</a></td> | ||||
|                         <td><a href="./function-views/convertCurrency.php">Conversion de devise</a></td> | ||||
|                         <td>Convertis des euros (€) dans une autre devise.</td>  | ||||
|                     </tr> | ||||
|                 </tbody> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user