We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
* @return bool|false */ public function getLoaderImage() { $url = $this->getScrollConfig('design/loading_img'); if (!empty($url)) { $url = strpos($url, 'http') === 0 ? $url : $this->getSkinUrl($url); } return empty($url) ? false : $url; }
You should use $this->getViewFileUrl($url) instead of $this->getSkinUrl($url).
$this->getViewFileUrl($url)
$this->getSkinUrl($url)
Pierre-Louis
The text was updated successfully, but these errors were encountered:
Thanks @plhubert-tbd – any chance you'd consider making a PR for this?
Sorry, something went wrong.
No branches or pull requests
You should use
$this->getViewFileUrl($url)
instead of$this->getSkinUrl($url)
.Pierre-Louis
The text was updated successfully, but these errors were encountered: