diff options
Diffstat (limited to 'templates/timeline.php')
| -rw-r--r-- | templates/timeline.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/timeline.php b/templates/timeline.php index a65b4ce..a517c6f 100644 --- a/templates/timeline.php +++ b/templates/timeline.php @@ -17,4 +17,5 @@ $item->getObject()->renderAsHtml(); } echo '</div>'; + call_template('infinite_scroll_trigger', ['kind' => $kind, 'nextPage' => 1]); });
\ No newline at end of file |
