aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-20 18:08:49 -0700
committerfriendica <info@friendica.com>2014-05-20 18:08:49 -0700
commitfc0967b84b5e1301c0ce3a9a41c00985ce16bc82 (patch)
treead5871266aba7561d3e1becd9faf3e872622baf2 /include/widgets.php
parent8333f9fe20b6190e48a9d802baaf41d2926545ed (diff)
downloadvolse-hubzilla-fc0967b84b5e1301c0ce3a9a41c00985ce16bc82.tar.gz
volse-hubzilla-fc0967b84b5e1301c0ce3a9a41c00985ce16bc82.tar.bz2
volse-hubzilla-fc0967b84b5e1301c0ce3a9a41c00985ce16bc82.zip
most of the remaining apps basic infrastructure except a form to create the things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now.
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 37a079bc7..8cd2287a7 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -78,9 +78,9 @@ function widget_appselect($arr) {
return replace_macros(get_markup_template('app_select.tpl'),array(
'$title' => t('App Category'),
'$system' => t('System'),
- '$personal' => t('Personal'),
- '$featured' => t('Featured'),
- '$new' => t('New')
+ '$personal' => t('Personal')
+// '$featured' => t('Featured'),
+// '$new' => t('New')
));
}