diff --git a/index.php b/index.php
index 0ca1538..9f4bbcd 100644
--- a/index.php
+++ b/index.php
@@ -144,49 +144,66 @@ $formats = Format::searchInformation();
RSS-Bridge
·Reconnecting the Web·
+ $bridgeInformations):
+ ?>
+
+
+ = isset($bridgeInformations['homepage']) ? ''.$bridgeInformations['name'].'' : $bridgeInformations['name'] ?>
+
+ = isset($bridgeInformations['description']) ? $bridgeInformations['description'] : 'No description provided' ?>
+
- $bridgeInformations): ?>
-
-
- '.$bridgeInformations['name'].'' : $bridgeInformations['name'] ?>
-
-
-
+ 0 ): ?>
+
+ $anUse): ?>
+ -
+
-
- '.$bridgeInformations['maintainer'].'' : '' ?>
-
-
+ foreach( $formats as $name => $infos )
+ {
+ if ( isset($infos['name']) )
+ {
+ echo getHelperButtonFormat($name, $infos['name']);
+ }
+ }
+ ?>
+
+
+
+
+
+
+
+ = isset($bridgeInformations['maintainer']) ? ''.$bridgeInformations['maintainer'].'' : '' ?>
+
+