mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02: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("PROMOTE_MOBILE_APPS", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$template->assign('PHPWG_URL', PHPWG_URL);
|
||||||
|
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
// | Formats Mode |
|
// | Formats Mode |
|
||||||
// +-----------------------------------------------------------------------+
|
// +-----------------------------------------------------------------------+
|
||||||
|
|||||||
@@ -427,7 +427,7 @@ jQuery(document).ready(function(){
|
|||||||
<div class="right-side">
|
<div class="right-side">
|
||||||
<div class="promote-text">
|
<div class="promote-text">
|
||||||
<span>{"Install Piwigo on mobile"|@translate|escape:javascript}</span>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user