Allows extra content to be inserted at end of profile_photo page. Needed for openclipatar addon.
This commit is contained in:
parent
5f58603158
commit
c07643e407
@ -365,6 +365,8 @@ function profile_photo_content(&$a) {
|
||||
'$select' => sprintf('%s %s', t('or'), ($newuser) ? '<a href="' . $a->get_baseurl() . '">' . t('skip this step') . '</a>' : '<a href="'. $a->get_baseurl() . '/photos/' . $a->channel['channel_address'] . '">' . t('select a photo from your photo albums') . '</a>')
|
||||
));
|
||||
|
||||
call_hooks('profile_photo_content_end', $o);
|
||||
|
||||
return $o;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user