Hi Phil,
I am trying to install the RSS-Feed-Generator here:
http://www.xcartmods.co.uk/X-Cart-Latest-News-and-Products-RSS-Feed-Generator-v4.4.x.html
On line 71 in the install.txt file, in step 4, is
{if $active_modules.News_Management}
But in my skin/common_files/admin/menu_box.tpl file, it does not match. Instead, on line 134 it is
{if $active_modules.News_Management ne ""}
What should I do?