mirror of
https://github.com/friendica/friendica
synced 2025-12-07 16:37:10 +01:00
name change continued, social graph tools and stuctures, fix for spanish province name
This commit is contained in:
parent
d5ce13ee12
commit
d4644d7339
11 changed files with 199 additions and 18 deletions
|
|
@ -46,6 +46,7 @@ function profile_init(&$a) {
|
|||
$dfrn_pages = array('request', 'confirm', 'notify', 'poll');
|
||||
foreach($dfrn_pages as $dfrn)
|
||||
$a->page['htmlhead'] .= "<link rel=\"dfrn-{$dfrn}\" href=\"".$a->get_baseurl()."/dfrn_{$dfrn}/{$which}\" />\r\n";
|
||||
$a->page['htmlhead'] .= "<link rel=\"dfrn-poco\" href=\"".$a->get_baseurl()."/poco/{$which}\" />\r\n";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue