From 0bf9967d124e9bd2b91b4f580ac99e1e981e36b9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 7 Apr 2012 20:21:06 +0200 Subject: removed obsolete template file --- lib/tpl/dokuwiki/tpl_functions.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 lib/tpl/dokuwiki/tpl_functions.php (limited to 'lib/tpl/dokuwiki') diff --git a/lib/tpl/dokuwiki/tpl_functions.php b/lib/tpl/dokuwiki/tpl_functions.php deleted file mode 100644 index c024f33e7..000000000 --- a/lib/tpl/dokuwiki/tpl_functions.php +++ /dev/null @@ -1,30 +0,0 @@ - - */ -function _tpl_include($fn) { - $confFile = DOKU_CONF.$fn; - $tplFile = dirname(__FILE__).'/'.$fn; - - if (file_exists($confFile)) - include($confFile); - else if (file_exists($tplFile)) - include($tplFile); -} -- cgit v1.2.3