Allow RSS feeds everywhere

This commit is contained in:
moodler
2006-04-05 08:36:49 +00:00
parent f28c6f05b0
commit a33c2b909b
+5 -1
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)) {
@@ -261,4 +265,4 @@
}
}
}
?>
?>