FAQ

If you have created additional (non official) documentation or tutorials or something like that please post this here
webwesen
Posts: 47
Joined: Sun 21. Mar 2004, 05:17
Contact:

How do I setup Apache & PHP & MySQL on my machine?

Post by webwesen »

How do I setup IIS/Apache & PHP & MySQL and such on my machine?
http://www.phpwcms.de/forum/viewtopic.php?t=2342
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Pappnase

Change "HOME" in Breadcrumb

Post by Pappnase »

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="")
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Change "HOME" in {NAV_LIST_TOP}

Post by DeXXus »

you can change "Home" in (include/inc_front) front.func.inc.php
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"
Post Reply