Allows extra content to be inserted at end of profile_photo page. Needed for openclipatar addon.

This commit is contained in:
habeascodice 2014-09-28 19:33:37 -07:00
parent 5f58603158
commit c07643e407

View File

@ -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 {