No need to restrict where RSS feeds can be displayed

This commit is contained in:
moodler 2006-04-05 08:35:40 +00:00
parent 0bf8ea6aa0
commit 9a7a199fd0

View File

@ -26,6 +26,10 @@
return 210;
}
function applicable_formats() {
return array('all' => true);
}
function specialization() {
// After the block has been loaded we customize the block's title display
if (!empty($this->config) && !empty($this->config->title)) {
@ -265,4 +269,4 @@
}
}
}
?>
?>