Wrap long line

This commit is contained in:
Michal Čihař 2012-05-29 17:20:06 +02:00
parent bae0dba5f4
commit f71adf5c9b

View File

@ -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;
}
}
}