01/22/2015 at 9:39 am
#316165
Keymaster
@ Sandra
I see you’re tweaking the template a bit … to add the logo, add the following code where you want the logo to appear:
$entry->getImage(
array(
'image' => 'logo',
'height' => 100,
'width' => 150,
'zc' => 3,
)
);
Hope that helps!