Changeset 548 for trunk/Modules/AoWoW/AoWoW.php
- Timestamp:
- Jun 18, 2013, 7:23:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/AoWoW/AoWoW.php
r547 r548 13 13 $this->Dependencies = array(); 14 14 } 15 16 function Start() 17 { 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 )); 25 } 15 26 }
Note:
See TracChangeset
for help on using the changeset viewer.