Jump to content

[SOLVED] Remove "Live from PrestaShop Addons!" from BO 1.4.6.2


Recommended Posts

Hello Groove,

 

adm/tabs/AdminThemes->display()

 

/* if (@ini_get('allow_url_fopen') AND @fsockopen('addons.prestashop.com', 80, $errno, $errst, 3))

echo '<script type="text/javascript">

$.post("'.dirname($currentIndex).'/ajax.php",{page:"themes"},function(a){getE("prestastore-content").innerHTML="<legend><img src=\"../img/admin/prestastore.gif\" class=\"middle\" /> '.$this->l('Live from PrestaShop Addons!').'</legend>"+a;});

</script>

<fieldset id="prestastore-content" class="width3"></fieldset>';

else

echo '<a href="http://addons.prestashop.com/3-prestashop-themes">'.$this->l('Find new themes on PrestaShop Addons!').'</a>'; */

 

Best regards

  • Like 2
Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...