@ -63,7 +64,7 @@ function ifttt_settings(App $a, &$s)
$s .= '<divid="ifttt-configuration-wrapper">';
$s .= '<p>' . L10n::t('Create an account at <ahref="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <ahref="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:') . '</p>';
@ -700,6 +701,6 @@ function jappixmini_download_source(App $a, &$b)
{
// Jappix Mini source download link on About page
$b .= '<h1>Jappix Mini</h1>';
$b .= '<p>This site uses the jappixmini addon, which includes Jappix Mini by the <ahref="' . $a->getBaseURL() . '/addon/jappixmini/jappix/AUTHORS">Jappix authors</a> and is distributed under the terms of the <ahref="' . $a->getBaseURL() . '/addon/jappixmini/jappix/COPYING">GNU Affero General Public License</a>.</p>';
$b .= '<p>You can download the <ahref="' . $a->getBaseURL() . '/addon/jappixmini.tgz">source code of the addon</a>. The rest of Friendica is distributed under compatible licenses and can be retrieved from <ahref="https://github.com/friendica/friendica">https://github.com/friendica/friendica</a> and <ahref="https://github.com/friendica/friendica-addons">https://github.com/friendica/friendica-addons</a></p>';
$b .= '<p>This site uses the jappixmini addon, which includes Jappix Mini by the <ahref="' . DI::baseUrl()->get() . '/addon/jappixmini/jappix/AUTHORS">Jappix authors</a> and is distributed under the terms of the <ahref="' . DI::baseUrl()->get() . '/addon/jappixmini/jappix/COPYING">GNU Affero General Public License</a>.</p>';
$b .= '<p>You can download the <ahref="' . DI::baseUrl()->get() . '/addon/jappixmini.tgz">source code of the addon</a>. The rest of Friendica is distributed under compatible licenses and can be retrieved from <ahref="https://github.com/friendica/friendica">https://github.com/friendica/friendica</a> and <ahref="https://github.com/friendica/friendica-addons">https://github.com/friendica/friendica-addons</a></p>';