diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-03-30 16:36:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-03-30 16:36:54 -0400 |
| commit | 1f647374a8cdf3bc5c2d29ff8be277b027925c8c (patch) | |
| tree | 9fdf42d250edb941de13ecd1aab9185ba2b30b00 /web/_views/apps/home/main.php | |
| parent | rename views to _views (diff) | |
| download | xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.tar.gz xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.tar.bz2 xssbook2-1f647374a8cdf3bc5c2d29ff8be277b027925c8c.zip | |
post comments, refactor post loading, hide load more btn
Diffstat (limited to 'web/_views/apps/home/main.php')
| -rw-r--r-- | web/_views/apps/home/main.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/_views/apps/home/main.php b/web/_views/apps/home/main.php index b1c1efc..5cfdf8c 100644 --- a/web/_views/apps/home/main.php +++ b/web/_views/apps/home/main.php @@ -23,8 +23,5 @@ </script> </div> <?php endif; ?> - <div id="post-container"> - <?=$this->posts()?> - </div> - <?=ilang('action_load_posts', id: 'action-load-posts', class: 'btn btn-line')?> + <?php $this->post_controller->index(); ?> </div> |