add new magic links to activity translations

This commit is contained in:
friendica
2013-01-25 04:30:03 -08:00
parent 50915c4692
commit 132a5f0f96
2 changed files with 32 additions and 20 deletions

View File

@@ -620,6 +620,12 @@ function chanlink_cid($d) {
return z_root() . '/chanview?f=&cid=' . intval($d);
}
function magiclink_url($observer,$myaddr,$url) {
return (($observer)
? z_root() . '/magic?f=&dest=' . $url . '&addr=' . $myaddr
: $url
);
}
if(! function_exists('micropro')) {