Lines Matching full:image
230 * (image details) for the Mediamanager
240 $image = '';
241 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
242 if (isset($IMG)) $image = $IMG;
243 if (isset($JUMPTO)) $image = $JUMPTO;
248 tpl_mediaFileDetails($image, $rev);
252 * Returns image diff representation for mediamanager
260 $image = '';
261 if ($INPUT->has('image')) $image = cleanID($INPUT->str('image'));
262 (new MediaDiff($image))->preference('fromAjax', true)->show();
300 'link' => media_managerURL(['ns' => $ns, 'image' => $NS . ':' . $id], '&'),