Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-23 18:01:29 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-23 18:01:29 +0300
commit8fc4a4ce056f2e4fe63cebefa64dbaa3d368a219 (patch)
tree5737f8a16dae13db83edeadb55a346c74c89b54b /themes.php
parentd6391f63468dfc61895eec6cfb648f91e7d235cf (diff)
moved styles into css
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index 368f8a6de5..b9348d6355 100644
--- a/themes.php
+++ b/themes.php
@@ -29,7 +29,7 @@ require('./libraries/header_meta_style.inc.php');
</script>
</head>
-<body bgcolor="<?php echo $cfg['RightBgColor']; ?>">
+<body>
<table border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<th class="tblHeaders"><b>phpMyAdmin - <?php echo $strTheme; ?></b></th>