rgplanet Posted September 18, 2009 Posted September 18, 2009 Hi, I have one link in the header.php like this: <td <?php echo $item_menu_01;?> onClick="document.location='<?php echo tep_href_link('index.php')?>'" nowrap="nowrap"><? printf(BOX_MANUFACTURER_INFO_HOMEPAGE,"")?></td> If I change the index.php with one http://www.whatever.com, it add me automatic the url of the store but I dont want it, only the http... , how can I do it? Thanks, Roger.
germ Posted September 19, 2009 Posted September 19, 2009 Try: <td <?php echo $item_menu_01;?> onClick="document.location='http://www.whatever.com'" nowrap="nowrap"><? printf(BOX_MANUFACTURER_INFO_HOMEPAGE,"")?></td> 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 >
rgplanet Posted September 21, 2009 Author Posted September 21, 2009 Thank you!!! Thank you very much, Roger.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.