Tools

Permalink
Just a quick question, I've been playing about with tools lately, and when using the helper concrete/urls and using getToolsURL, this all works perfectly fine when I'm referencing a tool file from within a package.

However when I want to reference a new tools file, that isn't an override from a core concrete one, but a brand new one that's in the root/tools folder, it won't work, unless I either prefix it with index.php or manually write the url as tools/required/tool_name is this standard/correct, or is this an issue?

I would have assumed that the getToolsURL function should return the exact url I would need to a tool, be it a package, core, core override, or brand spanking new tool.

Any help would be great! Cheers guys :-)

adz