X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fapps.php;h=85a3d9fe26cda9a87ad0dd790cdf921265f71fa6;hb=a54fea313ff93b43ae0c691df2a8cf9c8c363006;hp=5ba03bbb6678fcd8f085748f43720f5e90f279eb;hpb=20043914e6111ba53df85e1efd3389c99d37302f;p=friendica.git diff --git a/mod/apps.php b/mod/apps.php index 5ba03bbb66..85a3d9fe26 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -1,25 +1,30 @@ apps) == 0) { - notice(t('No installed applications.') . EOL); + notice(L10n::t('No installed applications.') . EOL); } - $tpl = get_markup_template("apps.tpl"); - return replace_macros($tpl, array( + $tpl = get_markup_template('apps.tpl'); + return replace_macros($tpl, [ '$title' => $title, '$apps' => $a->apps, - )); + ]); }