aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-10-03 11:47:12 +0200
committerMario <mario@mariovavti.com>2018-10-03 11:47:12 +0200
commit009e03c3ba13df34564b9b8d6d95a292dc91ad8f (patch)
tree268d680d230bce752343b81c0fbf3772b98f7908 /include
parentaf3b0146a8b5c245d823139e63ba7e91e7e3e50d (diff)
downloadvolse-hubzilla-009e03c3ba13df34564b9b8d6d95a292dc91ad8f.tar.gz
volse-hubzilla-009e03c3ba13df34564b9b8d6d95a292dc91ad8f.tar.bz2
volse-hubzilla-009e03c3ba13df34564b9b8d6d95a292dc91ad8f.zip
move archives from network to channel_home
Diffstat (limited to 'include')
-rw-r--r--include/features.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/features.php b/include/features.php
index 0f3a98228..b75dc0383 100644
--- a/include/features.php
+++ b/include/features.php
@@ -90,6 +90,14 @@ function get_features($filtered = true, $level = (-1)) {
t('Channel Home'),
[
+ 'archives',
+ t('Search by Date'),
+ t('Ability to select posts by date ranges'),
+ false,
+ get_config('feature_lock','archives')
+ ],
+
+ [
'tagadelic',
t('Tag Cloud'),
t('Provide a personal tag cloud on your channel page'),
@@ -291,14 +299,6 @@ function get_features($filtered = true, $level = (-1)) {
t('Network'),
[
- 'archives',
- t('Search by Date'),
- t('Ability to select posts by date ranges'),
- false,
- get_config('feature_lock','archives')
- ],
-
- [
'savedsearch',
t('Saved Searches'),
t('Save search terms for re-use'),