@@ -16,7 +17,7 @@
Torrents torrents = ZzzOTController.getTorrents();
if (torrents != null) {
%>
-
+
Torrents: <%=torrents.size()%>
Peers: <%=torrents.countPeers()%>
@@ -27,13 +28,20 @@
<%
}
%>
-
+<%
+ String showfooter = ZzzOTController.shouldShowFooter();
+ if (showfooter == "true") {
+%>
+
+<%
+ }
+%>