Skip to content

Commit

Permalink
Please don't use short tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
soranzo committed Apr 17, 2007
1 parent 6c899fa commit 1bd9a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* if you click on a database it shows a list of database objects in that
* database.
*
* $Id: browser.php,v 1.56 2007/04/16 19:24:27 ioguix Exp $
* $Id: browser.php,v 1.57 2007/04/17 08:55:12 soranzo Exp $
*/

// Include application functions
Expand All @@ -25,7 +25,7 @@
?>

<div class="logo"><a href="intro.php" target="detail"><img src="<?php echo $misc->icon('title') ?>" width="200" height="50" alt="<?php echo htmlspecialchars($appName) ?>" title="<?php echo htmlspecialchars($appName) ?>" /></a></div>
<div class="refreshTree"><a href="browser.php" target="browser" ><img src="<?= $misc->icon('Refresh')?>" alt="<?=$lang['strrefresh']?>" title="<?=$lang['strrefresh']?>" /></a></div>
<div class="refreshTree"><a href="browser.php" target="browser" ><img src="<?php echo $misc->icon('Refresh'); ?>" alt="<?php echo $lang['strrefresh']; ?>" title="<?php echo $lang['strrefresh']; ?>" /></a></div>
<script type="text/javascript">

webFXTreeConfig.rootIcon = "<?php echo $misc->icon('Servers') ?>";
Expand Down

0 comments on commit 1bd9a11

Please sign in to comment.