There are two steps you need to follow to remove the email footers permanently:
-
Edit the admin/com/language/default/whitelabel.php file
towards the bottom where it defines the LNG_Default_Global_HTML_Footer
constant. Change the define to read:
define('LNG_Default_Global_HTML_Footer', '');
Do the same for the LNG_Default_Global_Text_Footer constant. - Edit your User Accounts within IEM and remove the HTML Footer and Text Footer from each user's account page.
