Module for the BlizzCMS
- Displays the items that carries a character.
- See members of guilds.
- Copy to
application/modules/armory
folder - Open the
application/config/routes.php
file and add these lines at the end:
/*armory*/
$route[$lang.'/armory/player/(:num)'] = 'armory/index/$2';
$route[$lang.'/armory'] = 'armory/search';
$route[$lang.'/armory/result'] = 'armory/result';
$route[$lang.'/armory/guild/(:num)'] = 'armory/guild/$2';
- Enjoy your module
- See an example here, enter
https://www.theegn.com/en/armory