New Zenner
- Join Date:
- Aug 2006
- Posts:
- 3
- Plugin Contributions:
- 0
Back to top anchor in footer.
I've been successfully using this code for a while:
<a href="<?php echo zen_href_link(substr($_SERVER['REQUEST_URI'], 1)); ?>#top">Top of Page</a>
For some reason after updating the latest version of Zen Cart, the links became broken.
The new code is:
<a href="<?php echo zen_href_link(substr($_SERVER['REQUEST_URI'], 21)); ?>#top">Top of Page</a>
Note the number 21 instead of 1.
It seems to work now.
Just thought I'd share.
Ale.