mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1772 use the appropriate *.piwigo.org url
This commit is contained in:
@@ -75,6 +75,8 @@ else
|
||||
$template->assign("PROMOTE_MOBILE_APPS", false);
|
||||
}
|
||||
|
||||
$template->assign('PHPWG_URL', PHPWG_URL);
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Formats Mode |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
@@ -427,7 +427,7 @@ jQuery(document).ready(function(){
|
||||
<div class="right-side">
|
||||
<div class="promote-text">
|
||||
<span>{"Install Piwigo on mobile"|@translate|escape:javascript}</span>
|
||||
<a href="https://piwigo.org/mobile-applications" target="_blank"><span class="go-to-porg icon-link-1">{"Discover"|@translate|escape:javascript}</span></a>
|
||||
<a href="{$PHPWG_URL}/mobile-applications" target="_blank"><span class="go-to-porg icon-link-1">{"Discover"|@translate|escape:javascript}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user