Nnyan Posted June 25, 2008 Share Posted June 25, 2008 Hello, I have a custom coded welcome e-mail (and a few others) and I want to use the logo that was made with that custom template. I still want to use the default logo (as defined in the general settings area) for various other e-mails (confirmation e-mails and such). any way for me to do this? 0 Quote Link to comment Share on other sites More sharing options...
in45 Posted July 18, 2008 Share Posted July 18, 2008 I just did a test case in switching out the logo based on custom fields, e.g. if ($clientsdetails["customfields1"]=="Something") $pdf->Image(ROOTDIR.'/images/logo2.gif',20,25); else $pdf->Image(ROOTDIR.'/images/logo.jpg',10,10); This was very helpful to me! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.