diff options
Diffstat (limited to 'planet2/config/stream-template.html')
-rw-r--r-- | planet2/config/stream-template.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/planet2/config/stream-template.html b/planet2/config/stream-template.html index 7c42af2..7c316e7 100644 --- a/planet2/config/stream-template.html +++ b/planet2/config/stream-template.html @@ -82,7 +82,7 @@ <td class="streams_thumbs"> ${entry.player} </td> - <td class="stream_stext"> + <td class="streams_text"> <b>${entry.title}</b><br> ${entry.filteredDescription} </td> @@ -90,6 +90,12 @@ </table> </div> </#list> + +<br/> +<div class="centered"> +<#include "pager-template.html"> +</div> + </div> </div> <div id="footer"> |