From 5fd26eceb417a06be99f66980f2800f59523c5d9 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 22 Dec 2014 15:39:04 +0000 Subject: Pass sitename to apps --- mod/apps.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/apps.php') 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, )); -- cgit v1.2.3