On 08.04.2009, at 22:21, at wrote:
> And now I get
>
> "Class 'Collection' not found"
>
> in the skin.php when it tries to do "printportlet()"
>
> What's that about?

The method has been moved to another class "CollectionHooks". I've  
adjusted the README. The code to put in the template is now:

     <?php
       if(isset($GLOBALS['wgSpecialPages']['Book'])) {
          CollectionHooks::printPortlet();
       }
     ?>

-- Johannes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to