1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 06:31:28 +00:00

OPML export

This commit is contained in:
Andrew Dolgov
2005-09-02 11:18:45 +01:00
parent 10c5820d08
commit 9a4506c87d
4 changed files with 37 additions and 14 deletions

View File

@@ -572,11 +572,10 @@
href=\"javascript:updateFeedList()\">Refresh</a>&nbsp;
OPML:
<a class=\"button\"
href=\"javascript:exportOPML()\">Import</a>&nbsp;
href=\"opml.php?op=import\">Import</a>&nbsp;
<a class=\"button\"
href=\"javascript:exportOPML()\">Export</a>";
href=\"opml.php?op=export\">Export</a>";
}
}