diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-22 15:39:04 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-22 15:39:04 +0000 |
commit | 5fd26eceb417a06be99f66980f2800f59523c5d9 (patch) | |
tree | 497f88df1f250846f472d4c7a5ae20350a39a2c4 /mod/apps.php | |
parent | d3830aea9661dac0610eef72cad35b188832b7f2 (diff) | |
download | volse-hubzilla-5fd26eceb417a06be99f66980f2800f59523c5d9.tar.gz volse-hubzilla-5fd26eceb417a06be99f66980f2800f59523c5d9.tar.bz2 volse-hubzilla-5fd26eceb417a06be99f66980f2800f59523c5d9.zip |
Pass sitename to apps
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, )); |