Avoid using image from other theme

This commit is contained in:
Michal Čihař 2011-08-22 12:02:58 +02:00
parent d0f97758fc
commit 94a577d71d

View File

@ -2570,7 +2570,7 @@ span.cm-number {
}
.saving_edited_data {
background: url(./themes/pmahomme/img/ajax_clock_small.gif) no-repeat left;
background: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>ajax_clock_small.gif) no-repeat left;
padding-left: 20px;
}