more app descriptions and remove some unused images
@@ -36,10 +36,8 @@ class Suggest extends \Zotlabs\Web\Controller {
|
||||
if(! Apps::system_app_installed(local_channel(), 'Suggest Channels')) {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>' . t('Suggest Channels App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||
$o .= t('Suggestions for channels in the $Projectname network you might be interested in');
|
||||
return $o;
|
||||
$papp = Apps::get_papp('Suggest Channels');
|
||||
return Apps::app_render($papp, 'module');
|
||||
}
|
||||
|
||||
$o = '';
|
||||
|
||||
@@ -44,10 +44,8 @@ class Webpages extends Controller {
|
||||
if(! Apps::system_app_installed(App::$profile_uid, 'Webpages')) {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>' . t('Webpages App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||
$o .= t('Provide managed web pages on your channel');
|
||||
return $o;
|
||||
$papp = Apps::get_papp('Webpages');
|
||||
return Apps::app_render($papp, 'module');
|
||||
}
|
||||
|
||||
nav_set_selected('Webpages');
|
||||
|
||||
@@ -48,10 +48,8 @@ class Wiki extends Controller {
|
||||
if(! Apps::system_app_installed(App::$profile_uid, 'Wiki')) {
|
||||
//Do not display any associated widgets at this point
|
||||
App::$pdl = '';
|
||||
|
||||
$o = '<b>' . t('Wiki App') . ' (' . t('Not Installed') . '):</b><br>';
|
||||
$o .= t('Provide a wiki for your channel');
|
||||
return $o;
|
||||
$papp = Apps::get_papp('Wiki');
|
||||
return Apps::app_render($papp, 'module');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
BIN
app/chat.png
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
BIN
app/help.png
|
Before Width: | Height: | Size: 6.5 KiB |
BIN
app/home.png
|
Before Width: | Height: | Size: 6.2 KiB |
BIN
app/invite.png
|
Before Width: | Height: | Size: 6.1 KiB |
BIN
app/lang.png
|
Before Width: | Height: | Size: 6.4 KiB |
BIN
app/login.png
|
Before Width: | Height: | Size: 5.7 KiB |
BIN
app/mood.png
|
Before Width: | Height: | Size: 6.2 KiB |
BIN
app/photos.png
|
Before Width: | Height: | Size: 4.0 KiB |
BIN
app/poke.png
|
Before Width: | Height: | Size: 2.5 KiB |
BIN
app/post.png
|
Before Width: | Height: | Size: 4.3 KiB |
BIN
app/pphoto.png
|
Before Width: | Height: | Size: 5.4 KiB |
BIN
app/probe.png
|
Before Width: | Height: | Size: 7.4 KiB |
BIN
app/randprof.png
|
Before Width: | Height: | Size: 5.1 KiB |
BIN
app/search.png
|
Before Width: | Height: | Size: 8.2 KiB |
BIN
app/storage.png
|
Before Width: | Height: | Size: 3.1 KiB |
@@ -1,6 +1,7 @@
|
||||
version: 2
|
||||
version: 3
|
||||
url: $baseurl/suggest
|
||||
requires: local_channel
|
||||
name: Suggest Channels
|
||||
photo: icon:lightbulb-o
|
||||
categories: Networking
|
||||
desc: Suggestions for channels in the network you might be interested in.
|
||||
|
||||
BIN
app/suggest.png
|
Before Width: | Height: | Size: 7.1 KiB |
@@ -1,6 +1,7 @@
|
||||
version: 2
|
||||
version: 3
|
||||
url: $baseurl/webpages/$nick
|
||||
requires: local_channel
|
||||
name: Webpages
|
||||
photo: icon:newspaper-o
|
||||
categories: nav_featured_app, Productivity
|
||||
desc: Create and manage web pages for your channel.
|
||||
|
||||
BIN
app/webpages.png
|
Before Width: | Height: | Size: 8.9 KiB |
@@ -1,6 +1,7 @@
|
||||
version: 2
|
||||
version: 3
|
||||
url: $baseurl/wiki/$nick
|
||||
requires: local_channel
|
||||
name: Wiki
|
||||
photo: icon:pencil-square-o
|
||||
categories: nav_featured_app, Productivity
|
||||
desc: A simple yet powerful wiki for your channel.
|
||||
|
||||
BIN
app/wiki.png
|
Before Width: | Height: | Size: 10 KiB |