In XenForo_Template_Abstract the function _processJsUrls and in XenForo_Template_Helper_Core the function helperJavaScriptUrl have some similar code to process the js url. Is it possible for _processJsUrls to call helperJavaScriptUrl since the portion of it seems to do more or less the same thing? Or is there a good reason for not doing so? I want to overwrite helperJavaScriptUrl, but doing this is no good as it seems to be used only to process the main xenforo js file. Ideally I'd want to be able to override _processJsUrls but of course I can't, so I thought letting _processJsUrls use helperJavaScriptUrl would be the closest thing.
Upvote
0