this is a short how2 based on kurtyys hacks...
------------------------------------------------------------
Download this file: http://null212.de/devcms/sitemap.zip
UNZIP IT - Place it in the root folder of your phpwcms
------------------------------------------------------------
Edit this to Code to the end of your include/inc_front/content.func.inc.php
Code: Select all
//HERE GOES THE MODS////////////////////////////
////////////////////////////////////////////////
// Generates Sitemap Replacement Tag
if( ! ( strpos($content["all"],'{SITEMAP')===false ) ) {
$content["all"] = str_replace('{SITEMAP}', '<a href="sitemap.php" onclick="window.open(this.href,\'popwin\',\'scrollbars=yes,toolbar=no,menubar=no,status=no,width=340,height=200\');return false;">SITEMAP</a>', $content["all"]);
}
////////////////////////////////////////////////
Stay tuned. -
