$bookmark = intval($_GET['id']);
if (!$bookmarkservice->editAllowed($bookmark)) {
echo T_('You are not allowed to delete this bookmark');
$bookmark = intval($_GET['id']);
if (!$bookmarkservice->editAllowed($bookmark)) {
echo T_('You are not allowed to delete this bookmark');