evnix / codowik

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

Layout broken on Windows #5

Open selfthinker opened 10 years ago

selfthinker commented 10 years ago

The sidebar appears under the content if this template is installed on a Windows machine. I get a 404 for the layout.js and a JavaScript error. In bootstrap.php this line

$filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;

should not contain a DIRECTORY_SEPARATOR as it's a URL for a web resource and should therefore always be using a / instead.