Summary:
JQueryTools used in an custom module overwrites {$mod->GetModuleURLPath()}
Detailed Description:
* Behaviour:
When mixing JQueryTools with with scripts inside a private module. The
GetModuleURLPath is overwritten and pointing to:
/module/JQueryTools/lib/
* Expected behaviour:
I expect GetModuleURLPath to always point to the module from where the
templates are.
* How to reproduce:
<script src="{$mod->GetModuleURLPath()}/js/first_mymodulescript.js"></script>
{JQueryTools action="require" lib="fancybox" nocache}
{JQueryTools action="placemarker" nocache}
<script src="{$mod->GetModuleURLPath()}/js/another_mymodulescript.js"></script>
* Solution:
Perhaps this behaviour is by design I ended up using {capture} blocks, but filed
this for documentation.