From 3a82baec9d793edf81ac2b151b0f4d4159641375 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 1 Apr 2024 11:09:25 -0400 Subject: login and register, liking on homepage --- web/_views/template/posts.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 web/_views/template/posts.php (limited to 'web/_views/template/posts.php') diff --git a/web/_views/template/posts.php b/web/_views/template/posts.php deleted file mode 100644 index f57a25f..0000000 --- a/web/_views/template/posts.php +++ /dev/null @@ -1,23 +0,0 @@ -
-posts(); - - $loaded = $pdata['loaded']; - $page_size = $pdata['page_size']; - $total = $pdata['total']; - $max = $pdata['max']; - - if ($loaded >= $page_size && $page_size < $total) { - ilang('action_load_posts', - id: 'action-load-posts', - class: 'btn btn-line mb', - attrs: array( - 'loaded' => $loaded, - 'pageSize' => $page_size, - 'postCount' => $total, - 'postMax' => $max, - ) - ); - } -?> -
-- cgit v1.2.3-freya