Site name after link without mod_rewrite
Posted: Fri 16. Apr 2004, 14:06
This is a quick hack, it just appends the name of the link (on Breadcrumb & Fancy Menu) so it looks instead like
like
.
I changed two small parts of front.func.inc.php for this (it resides in include/inc_front). You can download the patched version here
http://downloads.lavadots.com/front.func.inc.zip
The changes also convert spaces to underscores (" " -> "_") so no "%20" will be displayed in the link...
This should be more search-engine "friendly"....
Code: Select all
http://destiny.lavadots.com/index.php?id=0,0,0,1,0,0Code: Select all
http://destiny.lavadots.com/index.php?id=0,0,0,1,0,0/HomeI changed two small parts of front.func.inc.php for this (it resides in include/inc_front). You can download the patched version here
http://downloads.lavadots.com/front.func.inc.zip
The changes also convert spaces to underscores (" " -> "_") so no "%20" will be displayed in the link...
This should be more search-engine "friendly"....