Example #1
0
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('plugins/ExtendedProfile/css/profiledetail.css');
     return true;
 }
 protected function showContent()
 {
     $this->showPeopletag();
     parent::showContent();
 }