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/Team/Team.php

    r547 r548  
    1717  {
    1818        $this->System->RegisterPage('team.php', 'PageTeam');
     19        $this->System->RegisterMenuItem(array(
     20      'Title' => 'Týmy',
     21      'Hint' => 'Seznam překladatelských týmů',
     22      'Link' => $this->System->Link('/team.php?search='),
     23      'Permission' => LICENCE_ANONYMOUS,
     24      'Icon' => '',
     25    ));
    1926  }
    2027}
Note: See TracChangeset for help on using the changeset viewer.