From e68bb132a701d170ef1e13752a8f64107eac7353 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 May 2014 16:43:42 -0700 Subject: some backend stuff for apps --- mod/apps.php | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'mod') diff --git a/mod/apps.php b/mod/apps.php index 43540a3de..678af74e7 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -1,17 +1,21 @@ get_apps(); - if(count($apps) == 0) - notice( t('No installed applications.') . EOL); + $apps = get_system_apps(); + + $o .= print_r($apps,true); + + return $o; - $tpl = get_markup_template("apps.tpl"); - return replace_macros($tpl, array( - '$title' => t('Applications'), - '$apps' => $apps, - )); +// $tpl = get_markup_template("apps.tpl"); +// return replace_macros($tpl, array( +// '$title' => t('Applications'), +// '$apps' => $apps, +// )); } -- cgit v1.2.3