Ignore:
Timestamp:
Jun 18, 2013, 7:23:39 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Slovníček přepracován na aplikační modul.
  • Upraveno: Do hlavní levé nabídky mohou nyní moduly přidávat nové položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/User/User.php

    r547 r548  
    2626                $this->System->RegisterPage('registrace.php', 'PageUserRegistration');
    2727                $this->System->RegisterPage('user.php', 'PageUserProfile');
     28                $this->System->RegisterMenuItem(array(
     29        'Title' => 'Překladatelé',
     30        'Hint' => 'Seznam registrovaných uživatelů',
     31        'Link' => $this->System->Link('/userlist.php?action=nofilter'),
     32        'Permission' => LICENCE_ANONYMOUS,
     33        'Icon' => '',
     34    ));
    2835        }
    2936}
Note: See TracChangeset for help on using the changeset viewer.