Skip to content

Commit

Permalink
added missing phpdoc header to included template files
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Jul 28, 2012
1 parent d6d77e2 commit ae45007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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();
?>
Expand Down
4 changes: 4 additions & 0 deletions 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();
?>
Expand Down

0 comments on commit ae45007

Please sign in to comment.