From 2968ee5280a9cad190a62f777a21279557e60654 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 30 Mar 2024 12:16:00 -0400 Subject: rename views to _views --- web/views/template/comment.php | 12 --------- web/views/template/error.php | 12 --------- web/views/template/modal.php | 14 ---------- web/views/template/pfp.php | 8 ------ web/views/template/post.php | 60 ------------------------------------------ web/views/template/toast.php | 19 ------------- 6 files changed, 125 deletions(-) delete mode 100644 web/views/template/comment.php delete mode 100644 web/views/template/error.php delete mode 100644 web/views/template/modal.php delete mode 100644 web/views/template/pfp.php delete mode 100644 web/views/template/post.php delete mode 100644 web/views/template/toast.php (limited to 'web/views/template') diff --git a/web/views/template/comment.php b/web/views/template/comment.php deleted file mode 100644 index 943f232..0000000 --- a/web/views/template/comment.php +++ /dev/null @@ -1,12 +0,0 @@ - - -
- view('template/pfp', array('user' => $user))?> -
-
- main->display_name($user)?> - main->display_date($comment['date'])?> -
- -
-
diff --git a/web/views/template/error.php b/web/views/template/error.php deleted file mode 100644 index 2e02cb1..0000000 --- a/web/views/template/error.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - <?=$code . ' - ' . $msg?> - - -
-

-
-
- - diff --git a/web/views/template/modal.php b/web/views/template/modal.php deleted file mode 100644 index e3ce6fe..0000000 --- a/web/views/template/modal.php +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/web/views/template/pfp.php b/web/views/template/pfp.php deleted file mode 100644 index aec7318..0000000 --- a/web/views/template/pfp.php +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/web/views/template/post.php b/web/views/template/post.php deleted file mode 100644 index 40a3c1d..0000000 --- a/web/views/template/post.php +++ /dev/null @@ -1,60 +0,0 @@ - - -
-
- view('template/pfp', array('user' => $user))?> -
- - -
-
-

- -

-main->user(); -?> - -
-
- - -
-
- -
- -
- comments(); - ilang('action_load_comments', - class: 'action-load-comments btn btn-line mt', - attrs: array('postId' => $post['id']) - ); - ?> -
- -
- view('template/pfp', array('user' => $user))?> -
- - -
-
- -
diff --git a/web/views/template/toast.php b/web/views/template/toast.php deleted file mode 100644 index 1f74602..0000000 --- a/web/views/template/toast.php +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - -
-- cgit v1.2.3-freya