[Typo3-dev] Google sitemaps generated by Typo3?
Jan Bednarik
info at bednarik.org
Sun Jun 5 18:32:31 CEST 2005
I've tried it on Windows machine and there's missing slash in all URL's.
You get URL's like
http://localhostindex.php?id=1
So I think, in the source should be:
$url='http://'.$_SERVER['HTTP_HOST'].'/';
Just curiosity, can you explain me this line:
echo "$totalMenu";
Why d'you force PHP to parse the variable $totalMenu when you can just
print it: echo $totalMenu;
--
Jan Bednarik
More information about the TYPO3-dev
mailing list