In tabs.module, line 129, it states:
But it should be:
i.e. the href should not start with a "/". This causes no immediate obvious issue but for every page viewed if your Drupal installation is not in your root public_html folder it generates an error, something like "/sites/.../all/modules/jstools/tabs/tabs-ie.css not found".
Hopefully I've identified the fix correctly in this post, and if so it can be included in the next drop.
Comments
Comment #1
wim leersComment #2
joachim commentedI think this is fixed now... ? At least the drupal_add_css() calls look ok to me.
Comment #3
xeladrane commentedI can't see any errors on the log, now running 5.18 so this is a long time ago.