addWidget('Live_VisitorsInRealTime', 'widget'); // the visitor profile uses a segment that is not accessible to the anonymous user, so don't bother showing this widget if (!Piwik::isUserIsAnonymous()) { $this->addWidget('Live_VisitorProfile', 'getVisitorProfilePopup'); } } }