aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-02-22 11:22:43 +0100
committerMario Vavti <mario@mariovavti.com>2017-02-22 11:22:43 +0100
commit55924f5c5b147412fda350a3b7c2ecfaef523e19 (patch)
tree3a9cb46ff8b67b627a6c0ae7cc693b0d21952076 /include
parent956f0043fc73c290d9154ab06337b995ddfd1a1c (diff)
downloadvolse-hubzilla-55924f5c5b147412fda350a3b7c2ecfaef523e19.tar.gz
volse-hubzilla-55924f5c5b147412fda350a3b7c2ecfaef523e19.tar.bz2
volse-hubzilla-55924f5c5b147412fda350a3b7c2ecfaef523e19.zip
apps improvements
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/widgets.php b/include/widgets.php
index bff2f0ab8..04cf0d30b 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -96,20 +96,6 @@ function widget_collections($args) {
return group_side($every, $each, $edit, $current, $abook_id, $wmode);
}
-
-function widget_appselect($arr) {
- return replace_macros(get_markup_template('app_select.tpl'),array(
- '$title' => t('Apps'),
- '$system' => t('System'),
- '$authed' => ((local_channel()) ? true : false),
- '$personal' => t('Personal'),
- '$new' => t('New App'),
- '$edit' => t('Edit Apps'),
- '$cat' => ((array_key_exists('cat',$_REQUEST)) ? $_REQUEST['cat'] : '')
- ));
-}
-
-
function widget_suggestions($arr) {
if((! local_channel()) || (! feature_enabled(local_channel(),'suggest')))