".pagination($page, count($marklist), $limit)."
"; } echo $themeObject->ShowHeader('bookmarks').'' . lang('show_shortcuts_message') . '
'; echo "".lang('name')." | \n"; echo "".lang('url')." | \n"; echo "\n"; echo " | \n"; echo " |
---|---|---|---|
bookmark_id."\">".$onemark->title." | \n"; echo "".$onemark->url." | \n"; echo "bookmark_id."\">"; echo $themeObject->DisplayImage('icons/system/edit.gif', lang('edit'),'','','systemicon'); echo " | \n"; echo "bookmark_id."\" onclick=\"return confirm('".cms_html_entity_decode(lang('deleteconfirm', $onemark->title) )."');\">"; echo $themeObject->DisplayImage('icons/system/delete.gif', lang('delete'),'','','systemicon'); echo " | \n"; echo "
' . lang('no_shortcuts') . '
'; } ?>