2
           
            
                
     
    
    You can define the following in Content's xoop_version.php and it will give you sublinks that will register in the sitemap module. Adjust the names and URLs to suite, of course.
 // Menu/Sub Menu 
$modversion['sub'][1]['name'] = "Page Two"; 
$modversion['sub'][1]['url'] = "http://mysite.com/page2.html"; 
 
$modversion['sub'][2]['name'] = "Page Three"; 
$modversion['sub'][2]['url'] = "http://mysite.com/page3.html";  
Hope this helps.
James
    
        Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.