Changeset 1006

Show
Ignore:
Timestamp:
11/06/05 20:40:57 (3 years ago)
Author:
mbonetti
Message:

new plugin hook: right inside the main object div.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rss/cls/wrappers/header.php

    r984 r1006  
    8181 
    8282function 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); 
    9184    foreach($GLOBALS['rss'] -> mainObject as $o) { 
    9285        $o->render();