]> git.p6c8.net - jirafeau.git/blobdiff - lib/template/footer.php
Updated CHANGELOG
[jirafeau.git] / lib / template / footer.php
index efe238f730b420521a44c05156d0943c2d6bd982..64132c70966c4a6e5e2b0f8943422a245608764d 100644 (file)
@@ -9,8 +9,13 @@
         <!-- Installation dependent links -->
         <?php
         if (false === empty($cfg['installation_done'])) {
         <!-- Installation dependent links -->
         <?php
         if (false === empty($cfg['installation_done'])) {
+            if(false === empty($cfg['organisation'])) {
+                echo ' <span>|</span> ';
+                echo ' ' . t('DESIGNED')  . ' ' .  $cfg['organisation'];
+            }
+
             echo ' <span>|</span> ';
             echo ' <span>|</span> ';
-            echo '<a href="tos.php" target="_blank" rel="noopener noreferrer">' . t('TOS') . '</a>';
+            echo '<a href="tos.php" target="_blank" rel="nooener noreferrer">' . t('TOS') . '</a>';
         }
         ?>
     </p>
         }
         ?>
     </p>

patrick-canterino.de