diff --git a/include/apps.php b/include/apps.php new file mode 100644 index 000000000..38812ef83 --- /dev/null +++ b/include/apps.php @@ -0,0 +1,53 @@ +get_apps(); - - if(count($apps) == 0) - notice( t('No installed applications.') . EOL); - $tpl = get_markup_template("apps.tpl"); - return replace_macros($tpl, array( - '$title' => t('Applications'), - '$apps' => $apps, - )); + $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, +// )); } diff --git a/version.inc b/version.inc index bb7d12c4b..3a42d37e3 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-05-14.675 +2014-05-15.676