Jump to content

Help with admin sections please


Recommended Posts

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.php

Its is around line 125

Is there any reason for this or you just don't like it?

Link to comment
Share on other sites

×
×
  • Create New...