diff options
Diffstat (limited to 'template/standard/html/feed')
-rw-r--r-- | template/standard/html/feed/item_page.php | 2 | ||||
-rw-r--r-- | template/standard/html/feed/item_post.php | 2 | ||||
-rw-r--r-- | template/standard/html/feed/main.php | 2 |
3 files changed, 3 insertions, 3 deletions
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] # |