View Single Post
  #1  
Old 04-16-2021, 05:52 AM
 
pablo pablo is offline
 

Member
  
Join Date: Aug 2005
Posts: 27
 

Default delete subscriptions form from before footer

Hi guys

Can anyone tell me please why this code doesn't do anything (5.4.1)?

I am simply trying to remove the big newsletter subscription box from above the footer.

I have a customskin created, and I am using main.php, which already has a function for moveTemplatesInLists with some add and delete functions that do work.

But this one doesn't do anything.

'modules/XC/NewsletterSubscriptions/form/subscribe.twig' => [

static::TO_DELETE => [

['layout.main.footer.before', \XLite\Model\ViewList::INTERFACE_CUSTOMER],

],

],
__________________
Version 5.3
Reply With Quote