サイトマップだらけ2

サイトマップだらけ の2.3flat 版


 ###############################
# To Unique SiteMap Link Ver2
###############################
#
# LightNEasy 2.3 Flat(no database)
# Lightneasy 3.1 SQLite/MySQL
#
###############################
#
##--[OPEN]------------------
#

 LightNEasy/lightneasy.php

#
#---[Find]-------------------
#
# In function_sitemap() : About Line600 or390

 if($generate)
  return '<a href="?do=sitemap">'.$langmessage[88].'</a>';

#
#---[Replace To]-------------
#
 if($generate)
  return '<a href="' . $set["homepath"] . '?do=sitemap">'.$langmessage[88].'</a>';
#
##########################