use core tpl_includeFile() if it exists

This commit is contained in:
Anika Henke 2012-08-26 18:06:52 +01:00
parent 0009a803ac
commit d386b375f2
4 changed files with 14 additions and 7 deletions

View file

@ -25,7 +25,7 @@ if (!defined('DOKU_INC')) die();
<?php tpl_metaheaders()?>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<?php echo tpl_favicon(array('favicon', 'mobile')) ?>
<?php _tpl_include('meta.html') ?>
<?php tpl_includeFile('meta.html') ?>
</head>
<body>