[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16715-g98112c5

The branch, master has been updated via 98112c58f2a7cec766739ed57e66b5628e1667ae (commit) from 162da2c1497a9dbfb800c593141fd4499596364c (commit) - Log ----------------------------------------------------------------- commit 98112c58f2a7cec766739ed57e66b5628e1667ae Author: Michal Čihař <michal@cihar.com> Date: Mon Aug 22 14:53:25 2011 +0200 Fix path to image ----------------------------------------------------------------------- Summary of changes: themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 053d3d9..b6354d8 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(<?php echo $_SESSION['PMA_Theme']->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 48ab4ca..a766855 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(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>pmd/resize.png); cursor: nw-resize; width: 16px; height: 16px; hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař