Cosmetic iand spell fixes.
[Project_webapp.git] / includes / home.php
index fa15da86e49477d566811aa6d7440a67fe4afa36..db4fe90778d07b0c0b4c6af1b15971617a22ecd2 100644 (file)
@@ -4,10 +4,10 @@ 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 "</tr>\n";
+    echo "  <tr>\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";
 }
 ?>
   <tr>