Cosmetic iand spell fixes.
[Project_webapp.git] / includes / home.php
index 058b19a219470e5a769d74c83114f737312dce79..db4fe90778d07b0c0b4c6af1b15971617a22ecd2 100644 (file)
@@ -5,8 +5,8 @@ global $is_logged_in;
 if (!$is_logged_in) {
     $root_url = $configs['root_url'];
     echo "  <tr>\n";
-    echo "    <td><a href=\"$root_url/index.php?page=login\">S'identifier</a></td>\n";
     echo "    <td><a href=\"$root_url/index.php?page=register\">Cre&#769;er un compte</a></td>\n";
+    echo "    <td><a href=\"$root_url/index.php?page=login\">S'identifier</a></td>\n";
     echo "  </tr>\n";
 }
 ?>