Skip to content

Loader Gif #25

@astorm

Description

@astorm

From an email ...

Hi Alan,

I noticed that the ajax-loader.gif file link is broken in Magento system installed into the subfolder (i. e. http://example.com/webstore/ ).

Fixing /app/design/adminhtml/default/default/template/pulsestorm_launcher/js-nav.phtml line 224 from
img.src = '/skin/adminhtml/default/default/images/ajax-loader.gif';
to
img.src = 'getSkinUrl('images/ajax-loader.gif', array( '_theme' => 'default' )); ?>';
makes it working well.

Anyway thank you for your great handy extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions