X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile_photo.php;h=378353f65377db0e4d9609914c83d29700ac3ca0;hb=49ad9b355c352211375247e6fcacdfd1970599ed;hp=67b2c4ab411f6ecd653bb0ec159134691662ee70;hpb=ab710bce3b2a1a4154a8e5d4ba72e9b3da691bd9;p=friendica.git diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 67b2c4ab41..378353f653 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -279,6 +279,7 @@ function profile_photo_crop_ui_head(&$a, $ph){ $a->config['imagecrop_resolution'] = $smallest; $a->config['imagecrop_ext'] = $ph->getExt(); $a->page['htmlhead'] .= get_markup_template("crophead.tpl"); + $a->page['end'] .= get_markup_template("cropend.tpl"); return; }}