]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile_photo.php
rev update
[friendica.git] / mod / profile_photo.php
index 67b2c4ab411f6ecd653bb0ec159134691662ee70..378353f65377db0e4d9609914c83d29700ac3ca0 100644 (file)
@@ -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;
 }}