mirror of
https://github.com/friendica/friendica
synced 2025-04-20 17:50:12 +00:00
Many more app-variables removed
This commit is contained in:
parent
e05c1821c2
commit
2502a9192d
30 changed files with 310 additions and 401 deletions
|
@ -801,22 +801,6 @@ class HTML
|
|||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get html for contact block.
|
||||
*
|
||||
* @deprecated since version 2019.03
|
||||
* @see ContactBlock::getHTML()
|
||||
* @return string
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
public static function contactBlock()
|
||||
{
|
||||
$a = DI::app();
|
||||
|
||||
return ContactBlock::getHTML($a->profile);
|
||||
}
|
||||
|
||||
/**
|
||||
* Format contacts as picture links or as text links
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue