Changeset 880 for trunk/Modules/AoWoW/AoWoW.php
- Timestamp:
- Apr 7, 2020, 10:15:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/AoWoW/AoWoW.php
r838 r880 23 23 'Icon' => '', 24 24 )); 25 if (array_key_exists('Search', $this->System->ModuleManager->Modules))25 if (array_key_exists('Search', $this->System->ModuleManager->Modules)) 26 26 $this->System->ModuleManager->Modules['Search']->RegisterSearch('aowow', 27 27 T('AoWoW'), array(), '', $this->System->Link('/aowow/?search='));
Note:
See TracChangeset
for help on using the changeset viewer.