From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 20:32:48 +0200 Subject: Rename "template" directory to "theme" This commit renames the "template" directory to "theme" because "theme" is the more correct term here. --- theme/default/html/post/item.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 theme/default/html/post/item.php (limited to 'theme/default/html/post/item.php') diff --git a/theme/default/html/post/item.php b/theme/default/html/post/item.php new file mode 100644 index 0000000..e0d49bd --- /dev/null +++ b/theme/default/html/post/item.php @@ -0,0 +1,20 @@ +] # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +# # +# [see documentation] # +# # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +?> +
+
+

+ +

+ +
+
+ +
+
\ No newline at end of file -- cgit v1.2.3 From cd17efc82a5ed560a50b8a1619e4e724098eb209 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 29 Oct 2019 01:37:57 +0100 Subject: Remove PHP closing tags and add LF to text files Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. --- theme/default/html/post/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/default/html/post/item.php') diff --git a/theme/default/html/post/item.php b/theme/default/html/post/item.php index e0d49bd..6f68d79 100644 --- a/theme/default/html/post/item.php +++ b/theme/default/html/post/item.php @@ -17,4 +17,4 @@
- \ No newline at end of file + -- cgit v1.2.3