mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[feature/avatars] Add support for custom avatar HTML code
PHPBB3-10018
This commit is contained in:
@@ -41,7 +41,7 @@ interface phpbb_avatar_driver_interface
|
||||
* the avatar anyways. Useful for the ACP.
|
||||
* @return string HTML
|
||||
*/
|
||||
public function get_custom_html($row, $ignore_config = false);
|
||||
public function get_custom_html($row, $ignore_config = false, $alt = '');
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
|
Reference in New Issue
Block a user