We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To solve the problem, you need to add the definition of the function to the main.php file:
--- main.php.orig 2020-11-03 23:10:29.000000000 +0200 +++ main.php 2023-02-14 08:43:39.558159311 +0200 @@ -12,6 +12,17 @@
+/**
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ header('X-UA-Compatible: IE=edge,chrome=1');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To solve the problem, you need to add the definition of the function to the main.php file:
--- main.php.orig 2020-11-03 23:10:29.000000000 +0200
+++ main.php 2023-02-14 08:43:39.558159311 +0200
@@ -12,6 +12,17 @@
*/
+/**
+function tpl_js($filename)
+{
+}
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
header('X-UA-Compatible: IE=edge,chrome=1');
The text was updated successfully, but these errors were encountered: