aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index ba2323873..5f1106be5 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -113,6 +113,15 @@ function settings_aside(&$a) {
}
+ if(feature_enabled(local_user(),'channel_sources')) {
+ $tabs[] = array(
+ 'label' => t('Channel Sources'),
+ 'url' => $a->get_baseurl(true) . '/sources',
+ 'selected' => ''
+ );
+
+ }
+
$tabtpl = get_markup_template("generic_links_widget.tpl");