Pandora PND in multiple categories?


Silent-Hunter

Hardcore Member
Joined
May 29, 2010
Messages
3,485
How does one make an app appear in multiple categories?

I want to change Trebuchet to appear in Network AND Games/Adventure and RPG.
 
You should be able to add additional category elements to the same application element I believe.


- Neelix
You're correct... I should of looked into it more.. 

Code:
<categories>
<!-- This app belongs in the "Game/StrategyGame" category -->
<category name="Game">
<subcategory name="StrategyGame"/>
</category>
<!-- This app also belongs in the "Graphics/ImageProcessing" category -->
<category name="Graphics">
<subcategory name="ImageProcessing"/>
</category>
</categories>
 
Back
Top