diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-04-07 20:20:22 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-04-07 20:20:22 +0200 |
commit | e5d4768d27336a3af2fc36af663d21a1a57d0ee1 (patch) | |
tree | d6755f004a8076f39c46d633d22386e5b1965881 /lib/tpl/dokuwiki/tpl_footer.php | |
parent | 42ff673048d169bcbec5e4bb17619d66e6f6f61d (diff) | |
download | rpg-e5d4768d27336a3af2fc36af663d21a1a57d0ee1.tar.gz rpg-e5d4768d27336a3af2fc36af663d21a1a57d0ee1.tar.bz2 |
added tpl_includeFile() to core
Diffstat (limited to 'lib/tpl/dokuwiki/tpl_footer.php')
-rw-r--r-- | lib/tpl/dokuwiki/tpl_footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/tpl_footer.php b/lib/tpl/dokuwiki/tpl_footer.php index 6b46234d6..41ddabda2 100644 --- a/lib/tpl/dokuwiki/tpl_footer.php +++ b/lib/tpl/dokuwiki/tpl_footer.php @@ -20,4 +20,4 @@ </div> </div></div><!-- /footer --> -<?php _tpl_include('footer.html') ?> +<?php tpl_includeFile('footer.html') ?> |