Skip to content

Magento 1 method name in Block Init.php  #62

@plhubert-tbd

Description

@plhubert-tbd
     * @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).

Pierre-Louis

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions