header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3: Code changes for PNG images (feature #458895)

This commit is contained in:
Robin Johnson
2003-01-23 06:19:41 +00:00
parent 097f8de1f7
commit a16bacea19
5 changed files with 18 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ if (!isset($pma_uri_parts)) {
}
setcookie('lang', $lang, time() + 60*60*24*30, $cookie_path, '', $is_https);
// Defines the "item" image depending on text direction
$item_img = 'images/item_' . $text_dir . '.gif';
$item_img = 'images/item_' . $text_dir . '.png';
// Handles some variables that may have been sent by the calling script
if (isset($db)) {
unset($db);