Changeset 1006
- Timestamp:
- 11/06/05 20:40:57 (3 years ago)
- Files:
-
- trunk/rss/cls/wrappers/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rss/cls/wrappers/header.php
r984 r1006 81 81 82 82 function rss_main_object() { 83 84 /* 85 if (count($GLOBALS['rss'] -> errors)) { 86 rss_require('csl/error.php'); 87 $e = new ErrorRenderer($GLOBALS['rss'] -> errors); 88 $e -> render(); 89 } 90 */ 83 rss_plugin_hook("rss.plugins.before.mainobject",null); 91 84 foreach($GLOBALS['rss'] -> mainObject as $o) { 92 85 $o->render();
