bumps
This commit is contained in:
@ -12,8 +12,8 @@ class TrashTheme extends Themelet
|
||||
{
|
||||
return (string)SHM_SIMPLE_FORM(
|
||||
'trash_restore/'.$image_id,
|
||||
INPUT(["type"=>'hidden', "name"=>'image_id', "value"=>$image_id]),
|
||||
INPUT(["type"=>'submit', "value"=>'Restore From Trash']),
|
||||
INPUT(["type" => 'hidden', "name" => 'image_id', "value" => $image_id]),
|
||||
INPUT(["type" => 'submit', "value" => 'Restore From Trash']),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user