It's been a long time since I've been over here but I love the great things that you guys are doing! Thanks and nice work!
Anyway, I'm working with a nonprofit organization and we are trying to develop a WAP/mobile version of our website. I have already made adjustments to the Google Sitemap module and made it display the names of the pages and make them linked. I am looking for a way to use this code:
Code: Select all
echo ' <a href=' . $onecontent->GetURL() . '> '. $onecontent->Name() . '</a>'. "\n";
Code: Select all
echo ' <a href=' . $onecontent->GetURL() . [b]index.php?template=newtemplate[/b]'> '. $onecontent->Name() . '</a>'. "\n";