diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 053d3d9e37..b6354d84d7 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -2929,7 +2929,7 @@ a.M_butt:hover { } #layer_menu_sizer { - background-image: url(../../images/resize.png); + background-image: url(getImgPath(); ?>pmd/resize.png); cursor: nw-resize; width: 16px; height: 16px; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 48ab4ca831..a7668556e8 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -3373,7 +3373,7 @@ a.M_butt:hover { } #layer_menu_sizer { - background-image: url(../../images/resize.png); + background-image: url(getImgPath(); ?>pmd/resize.png); cursor: nw-resize; width: 16px; height: 16px;