diff options
author | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
commit | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /view/en | |
parent | 2507d09682fda0806b4599e440fe8e32711072f8 (diff) | |
parent | 914169472e063de7d5b3cd5a35f9ce750512c943 (diff) | |
download | volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2 volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip |
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of Friendika --> Friendica
Diffstat (limited to 'view/en')
-rwxr-xr-x | view/en/htconfig.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 3eb2da070..9e39eeb59 100755 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -49,8 +49,8 @@ $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='; +$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |