tompeet Posted August 20, 2008 Share Posted August 20, 2008 Hi,I need to delete to the Prestashop live, the section on the admin index page that has the prestashop news.ThanksTom Link to comment Share on other sites More sharing options...
Stu583 Posted August 20, 2008 Share Posted August 20, 2008 You can do this quite easily by removing the following code:- /* News from PrestaShop website */ echo ''.lindex('PrestaShop live!').''; $isoDefault = Language::getIsoById(intval(Configuration::get('PS_LANG_DEFAULT'))); $isoUser = Language::getIsoById(intval($cookie->id_lang)); echo'<iframe scrolling="no" frameborder="no" style="margin: 0px; padding: 0px; width: 100%; height: 380px;" src="http://www.prestashop.com/rss/news.php?v='._PS_VERSION_.'〈='.$isoUser.'"></iframe>'; This can be found at PS_ROOT/YOUR ADMIN FOLDER/index.phpIts is around line 125Is there any reason for this or you just don't like it? Link to comment Share on other sites More sharing options...
tompeet Posted August 20, 2008 Author Share Posted August 20, 2008 well i'm making the website for someone and i dont want prestashop written everywhere Link to comment Share on other sites More sharing options...
Stu583 Posted August 21, 2008 Share Posted August 21, 2008 oh ok. hope it worked ok then. Link to comment Share on other sites More sharing options...
Recommended Posts