using localized string instead of hard coded english for print header functioncall

This commit is contained in:
dhawes 2005-01-17 23:22:16 +00:00
parent bc6c7c26b6
commit 221a85301e

View File

@ -23,7 +23,9 @@
optional_variable($rsstype);
optional_variable($item);
print_header('Add/Edit RSS Feeds','Add/Edit RSS Feeds','Add/Edit RSS Feeds' );
print_header(get_string('block_rss_feeds_add_edit', 'block_rss_client'),
get_string('block_rss_feeds_add_edit', 'block_rss_client'),
get_string('block_rss_feeds_add_edit', 'block_rss_client') );
//check to make sure that the user is allowed to post new feeds
$submitters = $CFG->block_rss_client_submitters;