diff options
author | Michael Bien <[email protected]> | 2010-09-05 03:22:00 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-09-05 03:22:00 +0200 |
commit | 315ef0788ece29f35e4f69279e571b33dd94776f (patch) | |
tree | f89f3c6d1d6c40999aec71de294ca96cabb125b1 /planet2/config/planet-template.html | |
parent | 710cefdd380882fcf73d87f580650826274fbd99 (diff) |
pagination for streams and planet.
Diffstat (limited to 'planet2/config/planet-template.html')
-rw-r--r-- | planet2/config/planet-template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index 9af9d2b..1bbe69a 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -103,6 +103,12 @@ ${entry.content}<br/> <br/> </#list> + + <br/> + <div class="centered"> + <#include "pager-template.html"> + </div> + </div> </div> |