Add custom module in Site Map
To set custom module in site map, you need to follow some steps. Steps are as below, Step 1: First, check if you have Menu.php under modules/<YOUR_CUSTOM_MODULE>/ If no, please add it. Step 2: Copy modules/Home/sitemap.tpl in custom/modules/Home/ and following line wherever you want to show your module. <div>{$<YOUR_MODULE_NAME_ALL_IN_CAPS>}</div> Note…