diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-30 01:55:19 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-30 01:55:19 +0000 |
commit | 5739c373cd0c08eeb3668bca68b0def6645ba016 (patch) | |
tree | 2e4cb6dcd3ad1ce3e12a5314565496bf2b04e52b | |
parent | f0b035a1de4d551c4a6cfc1d9314c36ad1d77a05 (diff) | |
download | rpg-5739c373cd0c08eeb3668bca68b0def6645ba016.tar.gz rpg-5739c373cd0c08eeb3668bca68b0def6645ba016.tar.bz2 |
added @todo to tpl_function to clear it later
-rwxr-xr-x | tpl_functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl_functions.php b/tpl_functions.php index 1ea3d0f92..c024f33e7 100755 --- a/tpl_functions.php +++ b/tpl_functions.php @@ -11,6 +11,8 @@ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); +/* @todo: add this function to the core and delete this file */ + /** * Include additional html file from conf directory if it exists, otherwise use * file in the template's root directory. |