use core tpl_includeFile() if it exists
This commit is contained in:
parent
0009a803ac
commit
d386b375f2
4 changed files with 14 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue