diff --git a/libraries/Theme.class.php b/libraries/Theme.class.php index 4a1cb5a0bf..625623bae5 100644 --- a/libraries/Theme.class.php +++ b/libraries/Theme.class.php @@ -326,7 +326,8 @@ class PMA_Theme if (is_readable($this->img_path . $file)) { return $this->img_path . $file; } else { - return $GLOBALS['cfg']['ThemePath'] . '/' . PMA_Theme_Manager::FALLBACK_THEME . '/img/' . $file; + return $GLOBALS['cfg']['ThemePath'] . '/' + . PMA_Theme_Manager::FALLBACK_THEME . '/img/' . $file; } } }