Skip to content

Commit

Permalink
Link flatpak.org
Browse files Browse the repository at this point in the history
It has useful information
  • Loading branch information
fellen committed Sep 11, 2019
1 parent 77ca619 commit bbd2bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<h3><?php echo T_("Sandbox")?></h3>
<ul class="imagelist">
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
<p class="justify"><?php echo T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <span class=\"bold\">Flatpak</span>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from")?></p>
<p class="justify"><?php echo T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <a href="<?php echo $URL_FLATPAK;?>">Flatpak</a>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from")?></p>
<p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
</li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion externals/global_params.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
$download_path="https://downloads.sourceforge.net/sourceforge/gnucash/";
// TODO: gets redirected to https://sourceforge.net/projects/gnucash/files/ replace?
$URL_FLATHUB="https://flathub.org/apps/details/org.gnucash.GnuCash"
$URL_FLATHUB="https://flathub.org/apps/details/org.gnucash.GnuCash";
$URL_FLATPAK="https://flatpak.org/";
?>

0 comments on commit bbd2bdf

Please sign in to comment.