Quote Originally Posted by frank18 View Post
Take care when installing this mod.

The file SITE/includes/languages/YOUR_LANGUAGE/html_includes/YOUR_TEMPLATE/define_main_page.php needs to be merged with an existing file define_main_page.php

Then in the same file define_main_page.php on/around line 13 the template name is hard coded:

Code:
<script type="text/javascript" src="includes/templates/pure_black/jscript/jscript_easySlider.js"></script>
Suggest you update your installation instructions and possibly look at replacing the hard coded template name.
Thank you very much for mentioning this!
However this line is totally useless and in fact if you replace it with your actuall template directory name it will brake down the script.

So it is safe to remove it.

The jscript_easySlider.js is automatic loaded in the <head> section, so it is not needed to be in this file too.

I will publish an update as soon as possible.