diff --git a/lib/tpl/dokuwiki/tpl_footer.php b/lib/tpl/dokuwiki/tpl_footer.php
index 1b31e33233ed3ca70663a8228759e4b74d8e5949..3a2e3d12143dc822c5ddb228c8cb9f4c9388fd78 100644
--- a/lib/tpl/dokuwiki/tpl_footer.php
+++ b/lib/tpl/dokuwiki/tpl_footer.php
@@ -1,4 +1,8 @@
 <?php
+/**
+ * Template footer, included in the main and detail files
+ */
+
 // must be run from within DokuWiki
 if (!defined('DOKU_INC')) die();
 ?>
diff --git a/lib/tpl/dokuwiki/tpl_header.php b/lib/tpl/dokuwiki/tpl_header.php
index 5b2f806a8f1552bb8be06ad543572629cb32421c..0704aa2719924b9960fe3ffb9b95dfda132cdef3 100644
--- a/lib/tpl/dokuwiki/tpl_header.php
+++ b/lib/tpl/dokuwiki/tpl_header.php
@@ -1,4 +1,8 @@
 <?php
+/**
+ * Template header, included in the main and detail files
+ */
+
 // must be run from within DokuWiki
 if (!defined('DOKU_INC')) die();
 ?>