aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-02 01:21:56 -0700
committerFriendika <info@friendika.com>2011-07-02 01:21:56 -0700
commite6aaa8b59b138f4195fb7f1e93b9b14980c309c3 (patch)
tree4ff360ada50661e7c6c95f65b90ea1599c7f5807 /mod/contacts.php
parentfb0e758ce79c5c6a70d41766e3581bf756881d03 (diff)
downloadvolse-hubzilla-e6aaa8b59b138f4195fb7f1e93b9b14980c309c3.tar.gz
volse-hubzilla-e6aaa8b59b138f4195fb7f1e93b9b14980c309c3.tar.bz2
volse-hubzilla-e6aaa8b59b138f4195fb7f1e93b9b14980c309c3.zip
use local 'match people with my interests' if global directory is not configured
Diffstat (limited to 'mod/contacts.php')
-rw-r--r--mod/contacts.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 444e6dec4..7a97b53d2 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -11,8 +11,9 @@ function contacts_init(&$a) {
if($a->config['register_policy'] != REGISTER_CLOSED)
$a->page['aside'] .= '<div class="side-link" id="side-invite-link" ><a href="invite" >' . t("Invite Friends") . '</a></div>';
- if(strlen(get_config('system','directory_submit_url')))
- $a->page['aside'] .= '<div class="side-link" id="side-match-link"><a href="match" >' . t('Find People With Shared Interests') . '</a></div>';
+
+ $a->page['aside'] .= '<div class="side-link" id="side-match-link"><a href="match" >'
+ . t('Find People With Shared Interests') . '</a></div>';
$tpl = get_markup_template('follow.tpl');
$a->page['aside'] .= replace_macros($tpl,array(