Guest Posted October 26, 2009 Posted October 26, 2009 I feel silly asking such an easy question but I have been looking and can not remember where the code is located to change the hyperlink of TOP in the header. Actually I change the title to HOME but its the same thing. I need to change where it redirects to when you click it other than to the home page. thanks in advance
germ Posted October 26, 2009 Posted October 26, 2009 I feel silly asking such an easy question but I have been looking and can not remember where the code is located to change the hyperlink of TOP in the header. Actually I change the title to HOME but its the same thing. I need to change where it redirects to when you click it other than to the home page. thanks in advance /catalog/includes/application_top.php $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 26, 2009 Posted October 26, 2009 ok this is what I have. I copied my site files into another db with diff dir name. I changed the defines in the 2 configure.php files and the cache is false but when you click the TOP(HOME) link it goes back to the original site. Is there somewhere else that I am missing to change
Guest Posted October 26, 2009 Posted October 26, 2009 ok this is what I have. I copied my site files into another db with diff dir name. I changed the defines in the 2 configure.php files and the cache is false but when you click the TOP(HOME) link it goes back to the original site. Is there somewhere else that I am missing to change
germ Posted October 26, 2009 Posted October 26, 2009 ok this is what I have. I copied my site files into another db with diff dir name. I changed the defines in the 2 configure.php files and the cache is false but when you click the TOP(HOME) link it goes back to the original site. Is there somewhere else that I am missing to change On "standard" osC code that's the only place I am aware of where it gets set. If you have a template, I couldn't say. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 26, 2009 Posted October 26, 2009 ok thanks for the help. thnaks what I was thinking also
Guest Posted October 26, 2009 Posted October 26, 2009 figured out that I needed to clear my cookies and then the link appeared and I changed it at line 469 in application_top.php
germ Posted October 26, 2009 Posted October 26, 2009 figured out that I needed to clear my cookies and then the link appeared and I changed it at line 469 in application_top.php When I make a change to a page the next time I visit it I hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server. Glad you got it sorted. :thumbsup: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.