Display number of brige

This commit is contained in:
Grummfy 2014-07-20 16:51:16 +02:00
parent c297869a3c
commit fd574ce102
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ $formats = Format::searchInformation();
endforeach;
?>
<footer>
<?= $bridgecount; ?> active bridges<br>
<?= $bridgecount; ?>/<?= count($bridges) ?> active bridges<br>
<a href="https://github.com/sebsauvage/rss-bridge">RSS-Bridge alpha 0.1 ~ Public Domain</a>
</footer>
</body>