remove /images

This commit is contained in:
Marc Delisle
2004-06-22 15:12:14 +00:00
parent a1a879082b
commit f184c39b4a

View File

@@ -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> <th class="tblHeaders"><b>phpMyAdmin - <?php echo ($strTheme ? $strTheme : 'Theme / Style'); ?></b></th>
</tr> </tr>
<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> </tr>
<?php <?php
if ($handleThemes = opendir($path_to_themes)) { // open themes if ($handleThemes = opendir($path_to_themes)) { // open themes
@@ -121,7 +121,8 @@ if ($handleThemes = opendir($path_to_themes)) { // open themes
</noscript> </noscript>
</td> </td>
</tr> </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> </tr>
<?php <?php
} // end 'screen output' } // end 'screen output'