\n});
# The freshness icon allows you to see whtether a channel has been recently downloaded.
my $then = str2time($channel->{date_downloaded});
my $freshlimit = 60 * get_setting("user_af_channels_freshness_limit");
to_browser(qq{});
if ((time - $then) < $freshlimit) {
to_browser(qq{ });
} else {
to_browser(qq{ });
}
to_browser(qq{ | });
# The globe icon takes you to the main web page for the channel
to_browser(qq{});
to_browser(qq{ });
to_browser(qq{ | \n});
# Show the title of the channel. Clicking on the title will show the headlines for the channel in the headlines pane
to_browser(qq{});
to_browser(qq{$channel->{title}});
to_browser(qq{ | \n});
# The email icon allows you to send email to the site's webmaster. This is only shown if the channel has an email address defined.
to_browser(qq{});
if ($channel->{email}) {
to_browser(qq{ });
} else {
to_browser(qq{ });
}
to_browser(qq{ | });
# The XML icon allows you to view the raw XML for the channel
to_browser(qq{});
to_browser(qq{ });
to_browser(qq{ | });
to_browser(qq{