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:
authorMarc Delisle <marc@infomarc.info>2004-06-22 19:12:14 +0400
committerMarc Delisle <marc@infomarc.info>2004-06-22 19:12:14 +0400
commitf184c39b4a29970aebc9898a118dddec453eeb1c (patch)
tree797b95a65e85f48b16b438ad19afb4d211db624f /themes.php
parenta1a879082bfd2599e6322012179e48e13bbe29d0 (diff)
remove /images
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index a27ae00d79..ebba8d5199 100644
--- a/themes.php
+++ b/themes.php
@@ -81,7 +81,7 @@ echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">";
<th class="tblHeaders"><b>phpMyAdmin - <?php echo ($strTheme ? $strTheme : 'Theme / Style'); ?></b></th>
</tr>
<tr>
- <td><img src="./images/spacer.gif" width="1" height="1" border="0" /></td>
+ <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" /></td>
</tr>
<?php
if ($handleThemes = opendir($path_to_themes)) { // open themes
@@ -121,7 +121,8 @@ if ($handleThemes = opendir($path_to_themes)) { // open themes
</noscript>
</td>
</tr>
- <tr><td><img src="./images/spacer.gif" width="1" height="1" border="0" /></td></tr>
+ <tr>
+ <td><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>" width="1" height="1" border="0" /></td>
</tr>
<?php
} // end 'screen output'