tienkuec Posted December 11, 2006 Posted December 11, 2006 http://tienkue.com/orders/catalog/ this is my page. If you go in there, and click "top" under top > catalog. It would automatically try to go to my domain host. How would I change "top" to link to my website: www.tienkue.com instead? Thanks.
jdvb Posted December 11, 2006 Posted December 11, 2006 in includes/catalogue.php change: define('HTTP_SERVER', 'https://st134.startlogic.com/'); // eg, http://localhost - should not be empty for productive servers to define('HTTP_SERVER', 'http://www.tienkue.com/'); // eg, http://localhost - should not be empty for productive servers
jdvb Posted December 11, 2006 Posted December 11, 2006 ohw, that still would not solve your top link (it would make all other links show MUCH better) to solve your "top" link, you need to change in includes/aplication_top.php: $breadcrumb->add(HEADER_TITLE_TOP, 'https://st134.startlogic.com/' ); to $breadcrumb->add(HEADER_TITLE_TOP, 'http://www.tienkue.com/' );
Recommended Posts
Archived
This topic is now archived and is closed to further replies.