Show
Ignore:
Timestamp:
03/30/08 12:29:29 (5 years ago)
Author:
MDMAN
Message:

new version with extra side for visitors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • profile.lastvisitors/files/lib/system/event/listener/ProfilelastVisitorsListener.class.php

    r282 r358  
    5555        
    5656        //Hier werden die Templates in die Platzhalter der userProfile.tpl geladen 
    57         WCF::getTPL()->append('additionalBoxes5', WCF::getTPL()->fetch('ProfilelastVisitorSmall')); 
    58         WCF::getTPL()->append('additionalContents3', WCF::getTPL()->fetch('ProfilelastVisitor')); 
     57        WCF::getTPL()->append('additionalBoxes5', WCF::getTPL()->fetch('profilelastVisitorSmall')); 
     58        WCF::getTPL()->append('additionalContents3', WCF::getTPL()->fetch('profilelastVisitor')); 
    5959         
    6060    }