]> git.mjollnir.org Git - moodle.git/commitdiff
No need to restrict where RSS feeds can be displayed
authormoodler <moodler>
Wed, 5 Apr 2006 08:35:40 +0000 (08:35 +0000)
committermoodler <moodler>
Wed, 5 Apr 2006 08:35:40 +0000 (08:35 +0000)
blocks/rss_client/block_rss_client.php

index 992d709a44f6087bc9179acaa2083b21cb81e416..5b23469a9dc4e1d271691d774e8388bf8ea929ce 100644 (file)
         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)) {
          }
      }
 }
-?>
\ No newline at end of file
+?>