diff options
Diffstat (limited to 'lib/tpl/dokuwiki')
-rw-r--r-- | lib/tpl/dokuwiki/tpl_footer.php | 4 | ||||
-rw-r--r-- | lib/tpl/dokuwiki/tpl_header.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/tpl_footer.php b/lib/tpl/dokuwiki/tpl_footer.php index 1b31e3323..3a2e3d121 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 5b2f806a8..0704aa271 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(); ?> |