diff --git a/backend.php b/backend.php index bf93aa142..5b996316a 100644 --- a/backend.php +++ b/backend.php @@ -569,8 +569,13 @@ href=\"javascript:unreadSelectedFeeds()\">Mark as unread Page: Refresh"; - + href=\"javascript:updateFeedList()\">Refresh + OPML: + Import + Export"; + } diff --git a/prefs.js b/prefs.js index b468a362a..075d85a0b 100644 --- a/prefs.js +++ b/prefs.js @@ -297,6 +297,17 @@ function localPiggieFunction(enable) { } } +function exportOPML() { + + +} + +function importOPML() { + + +} + + function init() { // IE kludge diff --git a/prefs.php b/prefs.php index 707d82911..e0494c224 100644 --- a/prefs.php +++ b/prefs.php @@ -40,8 +40,6 @@