Пример #1
0
 /**
  *
  **/
 public function index_action()
 {
     $this->consumers = OAuthUser::getConsumers($GLOBALS['user']->id);
     $this->types = array('website' => _('Website'), 'program' => _('Herkömmliches Desktopprogramm'), 'app' => _('Mobile App'));
     $this->setInfoboxImage('infobox/administration.jpg');
     $this->addToInfobox('Informationen', _('Dies sind die Apps, die Zugriff auf Ihren Account haben.'), 'icons/16/black/info-circle.png');
 }