Commit 109621c43f037b570df47473d5d447b86ddb9bae
1 parent
f01e8cd3
Exists in
master
and in
29 other branches
[Mezuro] correct path to mezuro icon
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/public/style.css
... | ... | @@ -33,5 +33,5 @@ a:link,active,visited .ancestor{ |
33 | 33 | |
34 | 34 | .controller-profile_editor a.control-panel-mezuro, |
35 | 35 | .controller-profile_editor .msie6 a.control-panel-mezuro { |
36 | - background-image: url(icons/mezuro.png) | |
36 | + background-image: url(/plugins/mezuro/icons/mezuro.png) | |
37 | 37 | } | ... | ... |