Fix path to image

This commit is contained in:
Michal Čihař 2011-08-22 14:53:25 +02:00
parent 162da2c149
commit 98112c58f2
2 changed files with 2 additions and 2 deletions

View File

@ -2929,7 +2929,7 @@ a.M_butt:hover {
}
#layer_menu_sizer {
background-image: url(../../images/resize.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>pmd/resize.png);
cursor: nw-resize;
width: 16px;
height: 16px;

View File

@ -3373,7 +3373,7 @@ a.M_butt:hover {
}
#layer_menu_sizer {
background-image: url(../../images/resize.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>pmd/resize.png);
cursor: nw-resize;
width: 16px;
height: 16px;