Changeset 816 for trunk/Modules/AoWoW/AoWoW.php
- Timestamp:
- Feb 22, 2015, 11:20:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/AoWoW/AoWoW.php
r815 r816 16 16 function Start() 17 17 { 18 19 20 21 22 23 18 $this->System->RegisterMenuItem(array( 19 'Title' => 'AoWoW', 20 'Hint' => 'Vyhledávací databáze podobná WoWHead s překlady', 21 'Link' => $this->System->Link('/aowow/'), 22 'Permission' => LICENCE_ANONYMOUS, 23 'Icon' => '', 24 24 )); 25 25 if(array_key_exists('Search', $this->System->ModuleManager->Modules))
Note:
See TracChangeset
for help on using the changeset viewer.