Skip to content

Commit

Permalink
Move rss button to top-right from bottom-left.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20872 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 9, 2011
1 parent 38561c2 commit e15cad4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion externals/footer.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="tail">
<p id="rss"><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-32x32.png" alt="[atom syndication feed]" width="32" height="32" /></a></p>
<p>Copyright &copy; 2001-2011 The GnuCash Project</p>
<p><?= T_("Server &amp; email outage reports to: ")?><a href="mailto:gnucash-devel@gnucash.org">gnucash-devel@gnucash.org</a></p>
<p><?= T_("Translation problems? Contact: <a href=\"mailto:gnucash-devel@gnucash.org\"><b>gnucash-devel@gnucash.org</b></a>");?></p>
Expand Down
10 changes: 9 additions & 1 deletion externals/header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,16 @@ if (isset($homepage)) { ?>
<body>

<div id="head">
<div style="float:right;">
<p id="rss"><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-32x32.png" alt="[atom syndication feed]" width="32" height="32" /></a></p>
</div>

<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" width="453" height="45" />
<img src="<?=$home?>/externals/banner5.png"/>
<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">
Expand Down

0 comments on commit e15cad4

Please sign in to comment.