]> git.p6c8.net - jirafeau.git/blobdiff - lib/template/footer.php
[BUGFIX] Catch errors in upload form
[jirafeau.git] / lib / template / footer.php
index c910e716fed4f6416e7f0c29b64dee17b705da46..5bc158f063e8654b72b1a0d5fec6edeb7a0d968f 100644 (file)
@@ -9,10 +9,9 @@
         ?>
         <!-- Installation dependend links -->
         <?php
         ?>
         <!-- Installation dependend links -->
         <?php
-        if (true == $cfg['installation_done'])
-        {
-          echo ' | ';
-          echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
+        if (true == $cfg['installation_done']) {
+            echo ' | ';
+            echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>
         }
         ?>
     </p>

patrick-canterino.de