diff options
author | friendica <info@friendica.com> | 2014-12-22 14:32:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-22 14:32:06 -0800 |
commit | 046299139a79a74e5745535829b51bb2258de5dc (patch) | |
tree | 3bc3ffd450ba522b7dbd3ebde47f1bbfca5d25da /mod/apps.php | |
parent | b8d16bc9db0f2ccdb5d32c75034adca894696aa2 (diff) | |
parent | 8cf57f95a5244329dbf45004210733b2afcbb6d7 (diff) | |
download | volse-hubzilla-046299139a79a74e5745535829b51bb2258de5dc.tar.gz volse-hubzilla-046299139a79a74e5745535829b51bb2258de5dc.tar.bz2 volse-hubzilla-046299139a79a74e5745535829b51bb2258de5dc.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/apps.php')
-rw-r--r-- | mod/apps.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/apps.php b/mod/apps.php index 07d1968d2..8c9706d2f 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -30,6 +30,7 @@ function apps_content(&$a) { } return replace_macros(get_markup_template('myapps.tpl'), array( + '$sitename' => get_config('system','sitename'), '$title' => t('Apps'), '$apps' => $apps, )); |