diff options
author | Friendika <info@friendika.com> | 2010-12-11 04:41:51 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-11 04:41:51 -0800 |
commit | a50343830f87966b5857be295633d8dff576931a (patch) | |
tree | dbe956c31285682bc620ccb7c5f03f2e3785c6e7 /view | |
parent | 6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175 (diff) | |
download | volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.tar.gz volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.tar.bz2 volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.zip |
preparing for the future
Diffstat (limited to 'view')
-rw-r--r-- | view/en/htconfig.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 33114a868..c7c19bf69 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -50,6 +50,7 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. $a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendika.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |