2016-08-01, 10:05
<item id="8">
<label>31961</label>
<onclick>ActivateWindow(About)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuAboutButton)</visible>
</item>
If we run above code in home.xml file, then it will create empty slot in main menu.
But what about the menu title "About" ? It is not showing the title "About".
Please suggest me the steps or tell me where to change the code in related file
<label>31961</label>
<onclick>ActivateWindow(About)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuAboutButton)</visible>
</item>
If we run above code in home.xml file, then it will create empty slot in main menu.
But what about the menu title "About" ? It is not showing the title "About".
Please suggest me the steps or tell me where to change the code in related file