How do I setup IIS/Apache & PHP & MySQL and such on my machine?
http://www.phpwcms.de/forum/viewtopic.php?t=2342
FAQ
Change "HOME" in Breadcrumb
you can change "Home" in (include/inc_front) front.func.inc.php
at line 568
function get_struct_data ($dbcon, $root_name="home", $root_info="")
at line 568
function get_struct_data ($dbcon, $root_name="home", $root_info="")
Change "HOME" in {NAV_LIST_TOP}
you can change "Home" in (include/inc_front) front.func.inc.php
at line 1413
at line 1413
function css_list_top($struct, $struct_path, $homelink="Home", $class="list_top", $link_to="index.php") {
// returns list <div><ul><li></li></ul></div> of level 0
// if $homelink is not empty it will also create a "Home" link
// you can set $homelink to the name you like
// predefined class for this menu is "list_top"