host = $host;
$host->add_hook($host::HOOK_PREFS_TAB, $this);
}
private function subscribe_to_feed_url() {
$url_path = get_self_url_prefix() .
"/public.php?op=subscribe&feed_url=%s";
return $url_path;
}
function hook_prefs_tab($args) {
if ($args == "prefFeeds") {
print "
bookmark ".__('Bookmarklets')."\">";
print "
" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "