RSS Feed 0.1
This is a discussion on RSS Feed 0.1 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Small Fix for links
------------------------
-Open index.php file
------------------------------------------------------------------------------------------------
Find:
$rss_params = '&manufacturers_id='.(int)$HTTP_GET_VARS['manufacturers_id'];
Replace with:
$rss_params = '&manufacturers_id='.(int)$HTTP_GET_VARS['manufacturers_id'];
------------------------------------------------------------------------------------------------
Find:
...
Bookmarks