Skip to content

Commit

Permalink
Fix a code error.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20873 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 9, 2011
1 parent e15cad4 commit 63c9a87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions externals/header.phtml
Expand Up @@ -30,12 +30,10 @@ if (isset($homepage)) { ?>

<div style="margin: 0px 0px 0 0;">
<a href="<?=$home?>/"><!--img src="<?=$home?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
<img src="<?=$home?>/externals/banner5.png"/>
<img src="<?=$home?>/externals/banner5.png"/></a>
<p style="font-style:italic; font-size:1.1em; margin: 0 0 0 0; color: #08006d"><?php echo T_("Free Acconting Software");?></p>
</div>

</a>
<br/>
<span id="language">
<?= T_("Language"); ?>:
<a class="nav" href="<?=$current_path;?>?lang=en_US">English</a>
Expand Down

0 comments on commit 63c9a87

Please sign in to comment.