diff options
| author | winter | 2025-01-26 16:24:10 +0000 |
|---|---|---|
| committer | winter | 2025-01-26 16:24:10 +0000 |
| commit | e8106abb8006f5e60e1f2d42621c64ae3d78e372 (patch) | |
| tree | 04bb030cdba4043794eb7136b5ca24fd8e81886d /templates/timeline.php | |
| parent | 890dad24d6c095c41e6358b2a6cb61f1b6c2f6ad (diff) | |
infinite scroll
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 |
