A customer has just reported that clicking on the manufacturers link in the product info pages causes a redirect back to the main index.php page.
I've traced this down as being a piece of code missing from the modules/pages/redirect/header_php.php file in V1.5.3. (The V1.5.2 code is fine).
The 'missing' code in question being:
CheersCode:case 'url': if (isset($_GET['goto']) && zen_not_null($_GET['goto'])) { zen_redirect('http://' . $_GET['goto']); } break;
RodG


Reply With Quote

