diff options
author | Mario <mario@mariovavti.com> | 2021-08-22 18:56:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-22 18:56:04 +0000 |
commit | 2bd4f7384e3693c4f1f1886216ec0feedd23021e (patch) | |
tree | e45514335363a672a3265f4e3a5b8eb4c99d8deb /Zotlabs/Module/Articles.php | |
parent | 1c44b37cb0e82122f383fd8350a00ffe3eacd66d (diff) | |
download | volse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.tar.gz volse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.tar.bz2 volse-hubzilla-2bd4f7384e3693c4f1f1886216ec0feedd23021e.zip |
more app descriptions
Diffstat (limited to 'Zotlabs/Module/Articles.php')
-rw-r--r-- | Zotlabs/Module/Articles.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php index 9152f0e0e..0db098a31 100644 --- a/Zotlabs/Module/Articles.php +++ b/Zotlabs/Module/Articles.php @@ -48,10 +48,8 @@ class Articles extends Controller { if(! Apps::system_app_installed(App::$profile_uid, 'Articles')) { //Do not display any associated widgets at this point App::$pdl = ''; - - $o = '<b>' . t('Articles App') . ' (' . t('Not Installed') . '):</b><br>'; - $o .= t('Create interactive articles'); - return $o; + $papp = Apps::get_papp('Articles'); + return Apps::app_render($papp, 'module'); } nav_set_selected('Articles'); |