Skip to content

Commit

Permalink
still broken layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen committed Apr 3, 2018
1 parent dc50542 commit 2ec3074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.phtml
Expand Up @@ -23,13 +23,13 @@ include("externals/menu.phtml");
<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_xp_vista;?>">XP/Vista</a></li> | <a href="<?php echo $download_path.$latest_stable_win;?>">7/8/10</a>
<li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a></li>
<li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source, Development,...)")?></a></li>
<li><?php echo T_("Goodbye! <span class=\"gnucash\">GnuCash</span> 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></li>
</ul>
</div>

<div class="downloadimage">
<img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
</div>
<p><?php echo T_("Goodbye! Version 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></p>
</div>

<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
Expand Down

0 comments on commit 2ec3074

Please sign in to comment.