evnix / codowik

now convert dokuwiki engine into a professional wiki with codowik template
13 stars 16 forks source link

Fix error: Call to undefined function tpl_js() #20

Open kotadr opened 1 year ago

kotadr commented 1 year ago

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 @@

+/**