aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2019-04-26 19:53:54 +0200
committerThomas Lange <code@nerdmind.de>2019-04-26 19:53:54 +0200
commit1db1aae0d9bcd8d58877b684e17ac3805c74ce19 (patch)
tree7db9d0ddee5afff8d09b94c118a2442b2f1ae871
parentf0bf84272c0fa3ef1fb2f202a7002293e3ae1703 (diff)
downloadblog-1db1aae0d9bcd8d58877b684e17ac3805c74ce19.tar.gz
blog-1db1aae0d9bcd8d58877b684e17ac3805c74ce19.tar.xz
blog-1db1aae0d9bcd8d58877b684e17ac3805c74ce19.zip
Remove template names from header comment blocks
-rw-r--r--template/admin/lang/de.php2
-rw-r--r--template/admin/lang/en.php2
-rw-r--r--template/standard/html/403.php2
-rw-r--r--template/standard/html/404.php2
-rw-r--r--template/standard/html/feed/item_page.php2
-rw-r--r--template/standard/html/feed/item_post.php2
-rw-r--r--template/standard/html/feed/main.php2
-rw-r--r--template/standard/html/home.php2
-rw-r--r--template/standard/html/main.php2
-rw-r--r--template/standard/html/page/item.php2
-rw-r--r--template/standard/html/page/list.php2
-rw-r--r--template/standard/html/page/main.php2
-rw-r--r--template/standard/html/pagination.php2
-rw-r--r--template/standard/html/post/item.php2
-rw-r--r--template/standard/html/post/list.php2
-rw-r--r--template/standard/html/post/main.php2
-rw-r--r--template/standard/html/user/item.php2
-rw-r--r--template/standard/html/user/list.php2
-rw-r--r--template/standard/html/user/main.php2
-rw-r--r--template/standard/lang/de.php2
-rw-r--r--template/standard/lang/en.php2
21 files changed, 21 insertions, 21 deletions
diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php
index 288a5f7..5fabdc3 100644
--- a/template/admin/lang/de.php
+++ b/template/admin/lang/de.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Admin: Internationalization [DE] [Thomas Lange <code@nerdmind.de>] #
+# Internationalization [DE] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This file contains template internationalization strings for the DE language #
diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php
index d774a36..b082cca 100644
--- a/template/admin/lang/en.php
+++ b/template/admin/lang/en.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Admin: Internationalization [EN] [Thomas Lange <code@nerdmind.de>] #
+# Internationalization [EN] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This file contains template internationalization strings for the EN language #
diff --git a/template/standard/html/403.php b/template/standard/html/403.php
index 092988e..337dd44 100644
--- a/template/standard/html/403.php
+++ b/template/standard/html/403.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: 403 Template [Thomas Lange <code@nerdmind.de>] #
+# 403 Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/404.php b/template/standard/html/404.php
index a45eecc..54866a4 100644
--- a/template/standard/html/404.php
+++ b/template/standard/html/404.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: 404 Template [Thomas Lange <code@nerdmind.de>] #
+# 404 Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/feed/item_page.php b/template/standard/html/feed/item_page.php
index 4935282..ff9f209 100644
--- a/template/standard/html/feed/item_page.php
+++ b/template/standard/html/feed/item_page.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Feed Item Template [page] [Thomas Lange <code@nerdmind.de>] #
+# Feed Item Template [page] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/feed/item_post.php b/template/standard/html/feed/item_post.php
index 30e97ab..07d400d 100644
--- a/template/standard/html/feed/item_post.php
+++ b/template/standard/html/feed/item_post.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Feed Item Template [post] [Thomas Lange <code@nerdmind.de>] #
+# Feed Item Template [post] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/feed/main.php b/template/standard/html/feed/main.php
index 84e7888..588ee02 100644
--- a/template/standard/html/feed/main.php
+++ b/template/standard/html/feed/main.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Feed Template [Thomas Lange <code@nerdmind.de>] #
+# Feed Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/home.php b/template/standard/html/home.php
index d49c71b..3f6ba47 100644
--- a/template/standard/html/home.php
+++ b/template/standard/html/home.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Home Template [Thomas Lange <code@nerdmind.de>] #
+# Home Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/main.php b/template/standard/html/main.php
index 19eceec..46f4f09 100644
--- a/template/standard/html/main.php
+++ b/template/standard/html/main.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Main Template [Thomas Lange <code@nerdmind.de>] #
+# Main Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/page/item.php b/template/standard/html/page/item.php
index f2803fa..00da4c2 100644
--- a/template/standard/html/page/item.php
+++ b/template/standard/html/page/item.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Page Item Template [Thomas Lange <code@nerdmind.de>] #
+# Page Item Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/page/list.php b/template/standard/html/page/list.php
index b2361bf..c4a04b2 100644
--- a/template/standard/html/page/list.php
+++ b/template/standard/html/page/list.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Page List Template [Thomas Lange <code@nerdmind.de>] #
+# Page List Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/page/main.php b/template/standard/html/page/main.php
index aa2a5a0..1f8e140 100644
--- a/template/standard/html/page/main.php
+++ b/template/standard/html/page/main.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Page Main Template [Thomas Lange <code@nerdmind.de>] #
+# Page Main Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/pagination.php b/template/standard/html/pagination.php
index df5293e..48e353f 100644
--- a/template/standard/html/pagination.php
+++ b/template/standard/html/pagination.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Pagination Template [Thomas Lange <code@nerdmind.de>] #
+# Pagination Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php
index c4035cb..e0d49bd 100644
--- a/template/standard/html/post/item.php
+++ b/template/standard/html/post/item.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Post Item Template [Thomas Lange <code@nerdmind.de>] #
+# Post Item Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/post/list.php b/template/standard/html/post/list.php
index 7622170..f16fd52 100644
--- a/template/standard/html/post/list.php
+++ b/template/standard/html/post/list.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Post List Template [Thomas Lange <code@nerdmind.de>] #
+# Post List Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php
index e91fa4e..b84fc63 100644
--- a/template/standard/html/post/main.php
+++ b/template/standard/html/post/main.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Post Main Template [Thomas Lange <code@nerdmind.de>] #
+# Post Main Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php
index 45106af..d03d330 100644
--- a/template/standard/html/user/item.php
+++ b/template/standard/html/user/item.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: User Item Template [Thomas Lange <code@nerdmind.de>] #
+# User Item Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/user/list.php b/template/standard/html/user/list.php
index ebc231d..98fa840 100644
--- a/template/standard/html/user/list.php
+++ b/template/standard/html/user/list.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: User List Template [Thomas Lange <code@nerdmind.de>] #
+# User List Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/html/user/main.php b/template/standard/html/user/main.php
index a72b3d3..7c19b96 100644
--- a/template/standard/html/user/main.php
+++ b/template/standard/html/user/main.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: User Main Template [Thomas Lange <code@nerdmind.de>] #
+# User Main Template [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# [see documentation] #
diff --git a/template/standard/lang/de.php b/template/standard/lang/de.php
index 6a18831..bf1b3a4 100644
--- a/template/standard/lang/de.php
+++ b/template/standard/lang/de.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Internationalization [DE] Thomas Lange <code@nerdmind.de>] #
+# Internationalization [DE] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This file contains template internationalization strings for the DE language #
diff --git a/template/standard/lang/en.php b/template/standard/lang/en.php
index 17d638f..0c7f557 100644
--- a/template/standard/lang/en.php
+++ b/template/standard/lang/en.php
@@ -1,6 +1,6 @@
<?php
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
-# Standard: Internationalization [EN] Thomas Lange <code@nerdmind.de>] #
+# Internationalization [EN] [Thomas Lange <code@nerdmind.de>] #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
# #
# This file contains template internationalization strings for the EN language #