]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/template/footer.php
[FEATURE] Ignore "custom" theme folder
[jirafeau_project.git] / lib / template / footer.php
index c910e716fed4f6416e7f0c29b64dee17b705da46..9e39858e2ff81bc4ca7652ef915c783cdf0d6e1d 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 ' <span>|</span> ';
+            echo '<a href="' . JIRAFEAU_ABSPREFIX . 'tos.php">' . t('Terms of Service') . '</a>';
         }
         ?>
     </p>
         }
         ?>
     </p>

patrick-canterino.de